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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2643 - (show annotations) (download)
Mon Mar 19 20:36:12 2012 UTC (12 years, 1 month ago) by misc
File size: 113 byte(s)
clean the module by splitting it in 2 files
1 class xinetd {
2 package { 'xinetd': }
3
4 service { 'xinetd':
5 subscribe => Package['xinetd']
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30