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

Contents of /puppet/modules/cron/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2380 - (show annotations) (download)
Thu Feb 9 15:35:50 2012 UTC (12 years, 2 months ago) by misc
File size: 111 byte(s)
make puppet-lint happy
1 class cron {
2 package { 'cronie': }
3
4 service { 'crond':
5 subscribe => Package['cronie'],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30