summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}