From: mh Date: Sun, 1 Nov 2009 23:52:00 +0000 (+0100) Subject: update file path to new 0.25 style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9;p=puppet-rsync.git update file path to new 0.25 style --- 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; }