/[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 21 by nanardon, Tue Oct 26 22:52:41 2010 UTC revision 22 by nanardon, Tue Oct 26 23:04:35 2010 UTC
# Line 13  class rsyncd { Line 13  class rsyncd {
13          subscribe => [ Package["xinetd"], File["xinetd"] ]          subscribe => [ Package["xinetd"], File["xinetd"] ]
14      }      }
15            
16      file { "rsync"      file { "rsync":
17          path => "/etc/xinetd.d/rsync",          path => "/etc/xinetd.d/rsync",
18          ensure => present,          ensure => present,
19          owner => root,          owner => root,

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.30