diff options
author | mh <mh@immerda.ch> | 2010-08-07 02:12:24 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-08-07 02:12:24 +0200 |
commit | 29733242bab7122cb1cfdc93b6bae1f79d449e71 (patch) | |
tree | b02c88d34f57b3cde670531bb5c93837309c0d43 | |
parent | d6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9 (diff) | |
download | puppet-rsync-29733242bab7122cb1cfdc93b6bae1f79d449e71.tar.gz puppet-rsync-29733242bab7122cb1cfdc93b6bae1f79d449e71.tar.bz2 |
remove unnecessary fileserver variable (#2460)
-rw-r--r-- | manifests/rrsync.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rrsync.pp b/manifests/rrsync.pp index 66223f1..c2352c8 100644 --- a/manifests/rrsync.pp +++ b/manifests/rrsync.pp @@ -4,7 +4,7 @@ class rsync::rrsync { include rsync::client file{'/usr/local/bin/rrsync': - source => "puppet://$server/modules/rsync/rrsync/rrsync", + source => "puppet:///modules/rsync/rrsync/rrsync", require => Package['rsync'], owner => root, group => 0, mode => 0755; } |