diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-04-07 13:19:18 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-04-07 13:19:18 +0000 |
commit | 19b8c8db019957879939f57cbd258dfe3a25c190 (patch) | |
tree | cf5149499c6243152e213a1d844efbb883b1e9da /deployment/websites | |
parent | b3570c1d3d2e2e4b829181fd5bd1392ee1f90f05 (diff) | |
download | puppet-19b8c8db019957879939f57cbd258dfe3a25c190.tar puppet-19b8c8db019957879939f57cbd258dfe3a25c190.tar.gz puppet-19b8c8db019957879939f57cbd258dfe3a25c190.tar.bz2 puppet-19b8c8db019957879939f57cbd258dfe3a25c190.tar.xz puppet-19b8c8db019957879939f57cbd258dfe3a25c190.zip |
use -qq for really silent run
Diffstat (limited to 'deployment/websites')
-rw-r--r-- | deployment/websites/manifests/pkgcpan.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp index 60fbb75a..0a6c903a 100644 --- a/deployment/websites/manifests/pkgcpan.pp +++ b/deployment/websites/manifests/pkgcpan.pp @@ -48,7 +48,7 @@ class websites::pkgcpan { hour => 23, minute => 30, require => [ Package['magpie'], File[$statsdir] ], - command => "magpie webstatic -q -d $statsdir", + command => "magpie webstatic -qq -d $statsdir", user => $login, } } |