/[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 1543 by misc, Thu Jan 13 20:33:50 2011 UTC revision 1544 by boklm, Wed Apr 20 10:40:08 2011 UTC
# Line 1  Line 1 
1  class rsyncd {  class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {
2    
3      xinetd::service { "rsync":      xinetd::service { "rsync":
4          content => template("rsyncd/xinetd")          content => template("rsyncd/xinetd")
# Line 11  class rsyncd { Line 11  class rsyncd {
11          group => root,          group => root,
12          mode => 644,          mode => 644,
13          require => Package["rsync"],          require => Package["rsync"],
14          content => template("rsyncd/rsyncd.conf")          content => template($rsyncd_conf)
15      }      }
16  }  }

Legend:
Removed from v.1543  
changed lines
  Added in v.1544

  ViewVC Help
Powered by ViewVC 1.1.30