From: Antoine Beaupre Date: Tue, 4 Aug 2009 20:02:28 +0000 (-0400) Subject: make cronjob silent X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5;p=puppet-reprepro.git make cronjob silent --- 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',