summaryrefslogtreecommitdiff
path: root/manifests/cron.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron.pp')
-rw-r--r--manifests/cron.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/cron.pp b/manifests/cron.pp
index 4cc7dd8..d07bb36 100644
--- a/manifests/cron.pp
+++ b/manifests/cron.pp
@@ -1,8 +1,8 @@
class reprepro::cron {
cron { reprepro:
command => "/usr/bin/reprepro --silent -b ${reprepro::basedir} processincoming incoming",
- user => reprepro,
- minute => '*/5',
+ user => reprepro,
+ minute => '*/5',
require => [ Package['reprepro'], File["${reprepro::basedir}/conf/distributions"] ]
}
}