summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2009-08-04 16:02:28 -0400
committerAntoine Beaupre <anarcat@koumbit.org>2009-08-04 16:02:28 -0400
commitf5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5 (patch)
treef200b18e3a1e29c58dc3034ee3dc4effefd74828 /manifests
parentedbf7686ebc52f588c2a7f8bfdb5aaf452ffe784 (diff)
make cronjob silent
Diffstat (limited to 'manifests')
-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',