aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/rsyncd/manifests/init.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/rsyncd/manifests/init.pp b/modules/rsyncd/manifests/init.pp
index 9d3a76d0..98f5db45 100644
--- a/modules/rsyncd/manifests/init.pp
+++ b/modules/rsyncd/manifests/init.pp
@@ -1,8 +1,5 @@
class rsyncd {
- package { rsync:
- ensure => installed
- }
package { xinetd:
ensure => installed
}