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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2654 - (show 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 class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {
2
3 xinetd::service { 'rsync':
4 content => template('rsyncd/xinetd')
5 }
6
7 file { 'rsyncd.conf':
8 path => '/etc/rsyncd.conf',
9 require => Package['rsync'],
10 content => template($rsyncd_conf)
11 }
12 }

  ViewVC Help
Powered by ViewVC 1.1.30