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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2653 by misc, Sun Jan 8 23:49:23 2012 UTC revision 2654 by misc, Mon Mar 19 22:02:50 2012 UTC
# Line 1  Line 1 
1  class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {  class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {
2    
3      xinetd::service { "rsync":      xinetd::service { 'rsync':
4          content => template("rsyncd/xinetd")          content => template('rsyncd/xinetd')
5      }      }
6    
7      file { "rsyncd.conf":      file { 'rsyncd.conf':
8          path => "/etc/rsyncd.conf",          path    => '/etc/rsyncd.conf',
9          require => Package["rsync"],          require => Package['rsync'],
10          content => template($rsyncd_conf)          content => template($rsyncd_conf)
11      }      }
12  }  }

Legend:
Removed from v.2653  
changed lines
  Added in v.2654

  ViewVC Help
Powered by ViewVC 1.1.30