/
[adm]
/
puppet
/
modules
/
cron
/
manifests
/
init.pp
Contents of /puppet/modules/cron/manifests/init.pp
Parent Directory
|
Revision Log
Revision
2380
- (
show annotations
) (
download
)
Thu Feb 9 15:35:50 2012 UTC
(13 years 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