diff options
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"] ] } |