aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/pkgcpan.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/pkgcpan.pp')
-rw-r--r--deployment/websites/manifests/pkgcpan.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp
index 6c951298..60fbb75a 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 -d $statsdir",
+ command => "magpie webstatic -q -d $statsdir",
user => $login,
}
}