[PATCH] Make rsync run quiet

Mike McGrath mmcgrath at redhat.com
Wed May 26 02:37:13 UTC 2010


---
 modules/fedora-docs/manifests/init.pp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/fedora-docs/manifests/init.pp b/modules/fedora-docs/manifests/init.pp
index 07640b9..1b9613c 100644
--- a/modules/fedora-docs/manifests/init.pp
+++ b/modules/fedora-docs/manifests/init.pp
@@ -20,7 +20,7 @@ define fedora-docs::proxy($website) {
 
     cron { "sync-fedora-docs":
         # TODO: Make add some locking to this.
-        command => "/usr/bin/rsync -aSHP --exclude=.git/objects/ bapp01::docs/ /srv/web/docs.fedoraproject.org/",
+        command => "/usr/bin/rsync -aSHPq --exclude=.git/objects/ bapp01::docs/ /srv/web/docs.fedoraproject.org/",
         user    => "root",
         minute  => 10,
 	ensure	=> present,
-- 
1.5.5.6



More information about the infrastructure mailing list