/[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 23 by nanardon, Tue Oct 26 23:08:05 2010 UTC revision 25 by nanardon, Tue Oct 26 23:15:16 2010 UTC
# Line 7  class rsyncd { Line 7  class rsyncd {
7      service { xinetd:      service { xinetd:
8          ensure => running,          ensure => running,
9          path => "/etc/init.d/xinetd",          path => "/etc/init.d/xinetd",
10          subscribe => [ Package["xinetd"], File["xinetd"] ]          subscribe => [ Package["xinetd"], File["rsync"] ]
11      }      }
12            
13      file { "rsync":      file { "rsync":
# Line 16  class rsyncd { Line 16  class rsyncd {
16          owner => root,          owner => root,
17          group => root,          group => root,
18          mode => 644,          mode => 644,
19          require => "xinetd",          require => Package["xinetd"],
20          content => template("rsyncd/xinetd")          content => template("rsyncd/xinetd")
21      }      }
22    

Legend:
Removed from v.23  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.30