summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
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"] ]
}