]> gitweb.fluxo.info Git - puppet-reprepro.git/commitdiff
make cronjob silent
authorAntoine Beaupre <anarcat@koumbit.org>
Tue, 4 Aug 2009 20:02:28 +0000 (16:02 -0400)
committerAntoine Beaupre <anarcat@koumbit.org>
Tue, 4 Aug 2009 20:02:28 +0000 (16:02 -0400)
manifests/init.pp

index 7463b84c2a39358d4ef760013615f551d73b8163..e55f17383c87d67ec9f84c23ae42b15615fdb726 100644 (file)
@@ -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',