]> gitweb.fluxo.info Git - puppet-rsync.git/commitdiff
update file path to new 0.25 style
authormh <mh@immerda.ch>
Sun, 1 Nov 2009 23:52:00 +0000 (00:52 +0100)
committermh <mh@immerda.ch>
Sun, 1 Nov 2009 23:52:00 +0000 (00:52 +0100)
manifests/rrsync.pp

index a27b8ce41765bc325ff4f11006ceb9e81639762e..66223f1e2aa8cc5dd7df2c9dea6baabebce9b9ac 100644 (file)
@@ -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;
     }