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

Annotation of /puppet/modules/xinetd/manifests/service.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2643 - (hide annotations) (download)
Mon Mar 19 20:36:12 2012 UTC (12 years ago) by misc
File size: 201 byte(s)
clean the module by splitting it in 2 files
1 misc 2643 define xinetd::service($content) {
2     include xinetd
3     file { "/etc/xinetd.d/$name":
4     require => Package['xinetd'],
5     content => $content,
6     notify => Service['xinetd']
7     }
8     }
9    

  ViewVC Help
Powered by ViewVC 1.1.30