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

Annotation of /puppet/modules/rsyncd/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2654 - (hide annotations) (download)
Mon Mar 19 22:02:50 2012 UTC (12 years, 1 month ago) by misc
File size: 288 byte(s)
clean rsyncd module
1 boklm 1544 class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {
2 nanardon 21
3 misc 2654 xinetd::service { 'rsync':
4     content => template('rsyncd/xinetd')
5 nanardon 21 }
6    
7 misc 2654 file { 'rsyncd.conf':
8     path => '/etc/rsyncd.conf',
9     require => Package['rsync'],
10 boklm 1544 content => template($rsyncd_conf)
11 nanardon 21 }
12     }

  ViewVC Help
Powered by ViewVC 1.1.30