summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:52:00 +0100
committermh <mh@immerda.ch>2009-11-02 00:52:00 +0100
commitd6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9 (patch)
tree486d3fe2848fecf32f1df219b6f5dbe90edba55d
parent6cca98c828c7e7d91045a2a6bac7d831c7013723 (diff)
downloadpuppet-rsync-d6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9.tar.gz
puppet-rsync-d6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9.tar.bz2
update file path to new 0.25 style
-rw-r--r--manifests/rrsync.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rrsync.pp b/manifests/rrsync.pp
index a27b8ce..66223f1 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/rsync/rrsync/rrsync",
+ source => "puppet://$server/modules/rsync/rrsync/rrsync",
require => Package['rsync'],
owner => root, group => 0, mode => 0755;
}