From d6870aa3c4ea50dc4c61ccfebcc10c3c7664fce9 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 00:52:00 +0100 Subject: update file path to new 0.25 style --- manifests/rrsync.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3