From b3422cd4824b2647fbde41c9e509cc7eb74d9e2d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 May 2010 14:09:29 -0300 Subject: Ommiting hour at cron setup --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 92fc786..9030355 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -113,7 +113,6 @@ class reprepro { cron { reprepro: command => "/usr/bin/reprepro --silent -b $basedir processincoming incoming", user => reprepro, - hour => '*', minute => '*/5', require => [ Package['reprepro'], File["$basedir/conf/distributions"] ] } -- cgit v1.2.3