From ce6684116c1c21208a45f810b6d044c72e0a05ea Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 10 Mar 2011 23:19:23 +0000 Subject: - do not spam root with useless messages --- modules/subversion/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index 403d383f..de65ba62 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -299,7 +299,7 @@ class subversion { } cron { "update $name": - command => "/usr/bin/svnsync synchronize file://$name", + command => "/usr/bin/svnsync synchronize -q file://$name", minute => $refresh, require => Exec["/usr/local/bin/create_svn_mirror.sh $name $source"], } -- cgit v1.2.1