aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rsyncd/manifests/init.pp')
-rw-r--r--modules/rsyncd/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rsyncd/manifests/init.pp b/modules/rsyncd/manifests/init.pp
index 98f5db45..148cc426 100644
--- a/modules/rsyncd/manifests/init.pp
+++ b/modules/rsyncd/manifests/init.pp
@@ -7,7 +7,7 @@ class rsyncd {
service { xinetd:
ensure => running,
path => "/etc/init.d/xinetd",
- subscribe => [ Package["xinetd"], File["xinetd"] ]
+ subscribe => [ Package["xinetd"], File["rsync"] ]
}
file { "rsync":
@@ -16,7 +16,7 @@ class rsyncd {
owner => root,
group => root,
mode => 644,
- require => "xinetd",
+ require => Package["xinetd"],
content => template("rsyncd/xinetd")
}