/[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 1975 - (show annotations) (download)
Tue Aug 23 14:23:57 2011 UTC (12 years, 8 months ago) by misc
File size: 139 byte(s)
add a cronjob to make sure cronie is started on all nodes
1 class cron {
2 package { "cronie": }
3
4 service { crond:
5 ensure => running,
6 subscribe => [ Package["cronie"] ]
7 }
8 }

  ViewVC Help
Powered by ViewVC 1.1.30