/[adm]/puppet/deployment/websites/manifests/pkgcpan.pp
ViewVC logotype

Diff of /puppet/deployment/websites/manifests/pkgcpan.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2719 by boklm, Thu Apr 5 14:00:10 2012 UTC revision 2720 by boklm, Thu Apr 5 14:04:55 2012 UTC
# Line 44  class websites::pkgcpan { Line 44  class websites::pkgcpan {
44    
45      # http://www.mageia.org/pipermail/mageia-sysadm/2012-March/004337.html      # http://www.mageia.org/pipermail/mageia-sysadm/2012-March/004337.html
46      cron { 'update pkgcpan stats':      cron { 'update pkgcpan stats':
47          hour    => 24,          hour    => 23,
48            minute  => 30,
49          require => [ Package['magpie'], File[$statsdir] ],          require => [ Package['magpie'], File[$statsdir] ],
50          command => "magpie webstatic -d $statsdir",          command => "magpie webstatic -d $statsdir",
51          user    => $login,          user    => $login,

Legend:
Removed from v.2719  
changed lines
  Added in v.2720

  ViewVC Help
Powered by ViewVC 1.1.30