From 453dc24971e1004b38e499480704fc9c947eeece Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Tue, 21 Jun 2011 23:22:07 -0400 Subject: put cron in a separate class --- manifests/init.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9058ca3..2c6b09c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -127,17 +127,17 @@ class reprepro { refreshonly => true, } +# TODO: setup needeed lines in apache site config file + +} + +class reprepro::cron inherits reprepro { cron { reprepro: command => "/usr/bin/reprepro --silent -b $basedir processincoming incoming", user => reprepro, minute => '*/5', require => [ Package['reprepro'], File["$basedir/conf/distributions"] ] } - -# TODO: additional things this class could do -# ensure it stays running -# setup needeed lines in apache site config file - } class reprepro::inotify inherits reprepro { -- cgit v1.2.3