/[adm]/puppet/modules/bugzilla/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/bugzilla/manifests/init.pp

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

revision 3336 by dmorgan, Tue Apr 2 22:46:40 2013 UTC revision 3337 by boklm, Sat Sep 21 14:37:15 2013 UTC
# Line 84  class bugzilla { Line 84  class bugzilla {
84        content => template('bugzilla/robots.txt'),        content => template('bugzilla/robots.txt'),
85        require => Package['bugzilla-extension-sitemap'],        require => Package['bugzilla-extension-sitemap'],
86      }      }
87    
88        cron { 'collectstats':
89            command => '/usr/share/bugzilla/bin/collectstats.pl',
90            user    => 'apache',
91            hour    => 2,
92            minute  => 30,
93        }
94  }  }

Legend:
Removed from v.3336  
changed lines
  Added in v.3337

  ViewVC Help
Powered by ViewVC 1.1.30