aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-04-05 14:05:24 +0000
committerNicolas Vigier <boklm@mageia.org>2012-04-05 14:05:24 +0000
commitb91096f7f7462d43377badbabac11be322716f76 (patch)
tree3b805975685455c3608ca9b4a3e29664a90b13a9 /deployment/websites/manifests
parentf026e3643cefea783b234a191bef1ab466e58620 (diff)
downloadpuppet-b91096f7f7462d43377badbabac11be322716f76.tar
puppet-b91096f7f7462d43377badbabac11be322716f76.tar.gz
puppet-b91096f7f7462d43377badbabac11be322716f76.tar.bz2
puppet-b91096f7f7462d43377badbabac11be322716f76.tar.xz
puppet-b91096f7f7462d43377badbabac11be322716f76.zip
add minute for pkgcpan update
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/pkgcpan.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/websites/manifests/pkgcpan.pp b/deployment/websites/manifests/pkgcpan.pp
index f4fa5e63..6c951298 100644
--- a/deployment/websites/manifests/pkgcpan.pp
+++ b/deployment/websites/manifests/pkgcpan.pp
@@ -26,6 +26,7 @@ class websites::pkgcpan {
cron { 'update cpanpkg':
hour => 23,
+ minute => 0,
require => Package['perl-Module-Packaged-Generator'],
command => "pkgcpan -q -f $vhostdir/cpan_Mageia.db -d Mageia",
user => $login,