aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsyncd
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-08 23:49:23 +0000
committerMichael Scherer <misc@mageia.org>2012-01-08 23:49:23 +0000
commit9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0 (patch)
treefe77cf5c7d11b67943b55b42b7f4a40cb5e89a3e /modules/rsyncd
parent55a1ca1c2e060ffee54ab2a74a5752ac173fadba (diff)
downloadpuppet-9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0.tar
puppet-9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0.tar.gz
puppet-9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0.tar.bz2
puppet-9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0.tar.xz
puppet-9d117d9e8b1b951a644b28bcc5cff6346cfe9bf0.zip
cleaning of rsyncd module
Diffstat (limited to 'modules/rsyncd')
-rw-r--r--modules/rsyncd/manifests/init.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/rsyncd/manifests/init.pp b/modules/rsyncd/manifests/init.pp
index b328cf96..309072b6 100644
--- a/modules/rsyncd/manifests/init.pp
+++ b/modules/rsyncd/manifests/init.pp
@@ -6,10 +6,6 @@ class rsyncd($rsyncd_conf = 'rsyncd/rsyncd.conf') {
file { "rsyncd.conf":
path => "/etc/rsyncd.conf",
- ensure => present,
- owner => root,
- group => root,
- mode => 644,
require => Package["rsync"],
content => template($rsyncd_conf)
}