aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/pkgcpan.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp
index 59233c08..f4fa5e63 100644
--- a/deployment/websites/manifests/pkgcpan.pp
+++ b/deployment/websites/manifests/pkgcpan.pp
@@ -44,7 +44,8 @@ class websites::pkgcpan {
# http://www.mageia.org/pipermail/mageia-sysadm/2012-March/004337.html
cron { 'update pkgcpan stats':
- hour => 24,
+ hour => 23,
+ minute => 30,
require => [ Package['magpie'], File[$statsdir] ],
command => "magpie webstatic -d $statsdir",
user => $login,