/[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 2286 - (show annotations) (download)
Mon Jan 16 15:25:03 2012 UTC (12 years, 3 months ago) by misc
File size: 109 byte(s)
clean cron module
1 class cron {
2 package { "cronie": }
3
4 service { crond:
5 subscribe => Package["cronie"],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30