From f5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5 Mon Sep 17 00:00:00 2001 From: Antoine Beaupre Date: Tue, 4 Aug 2009 16:02:28 -0400 Subject: make cronjob silent --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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', -- cgit v1.2.3