diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2009-08-04 16:02:28 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2009-08-04 16:02:28 -0400 |
commit | f5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5 (patch) | |
tree | f200b18e3a1e29c58dc3034ee3dc4effefd74828 /manifests | |
parent | edbf7686ebc52f588c2a7f8bfdb5aaf452ffe784 (diff) | |
download | puppet-reprepro-f5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5.tar.gz puppet-reprepro-f5c85466d3a259be3b6fa6d6ec1ba05225f2a7e5.tar.bz2 |
make cronjob silent
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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', |