summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7463b84..e55f173 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -97,7 +97,7 @@ class reprepro {
}
cron { reprepro:
- command => "/usr/bin/reprepro -b $basedir processincoming incoming",
+ command => "/usr/bin/reprepro --silent -b $basedir processincoming incoming",
user => reprepro,
hour => '*',
minute => '*/5',