/[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 2720 by boklm, Thu Apr 5 14:04:55 2012 UTC revision 2721 by boklm, Thu Apr 5 14:05:24 2012 UTC
# Line 26  class websites::pkgcpan { Line 26  class websites::pkgcpan {
26    
27      cron { 'update cpanpkg':      cron { 'update cpanpkg':
28          hour    => 23,          hour    => 23,
29            minute  => 0,
30          require => Package['perl-Module-Packaged-Generator'],          require => Package['perl-Module-Packaged-Generator'],
31          command => "pkgcpan -q -f $vhostdir/cpan_Mageia.db -d Mageia",          command => "pkgcpan -q -f $vhostdir/cpan_Mageia.db -d Mageia",
32          user    => $login,          user    => $login,

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

  ViewVC Help
Powered by ViewVC 1.1.30