diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 14:09:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-08 14:09:29 -0300 |
commit | b3422cd4824b2647fbde41c9e509cc7eb74d9e2d (patch) | |
tree | e7a06e792e0a931bad7c83d6282a6bd6fae008bd /manifests/init.pp | |
parent | 8541128ae289f2be0a5a3a4955204d801ad95717 (diff) | |
download | puppet-reprepro-b3422cd4824b2647fbde41c9e509cc7eb74d9e2d.tar.gz puppet-reprepro-b3422cd4824b2647fbde41c9e509cc7eb74d9e2d.tar.bz2 |
Ommiting hour at cron setup
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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"] ] } |