]> gitweb.fluxo.info Git - puppet-rsync.git/commitdiff
remove unnecessary fileserver variable (#2460)
authormh <mh@immerda.ch>
Sat, 7 Aug 2010 00:12:24 +0000 (02:12 +0200)
committermh <mh@immerda.ch>
Sat, 7 Aug 2010 00:12:24 +0000 (02:12 +0200)
manifests/rrsync.pp

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