From 02ccabab9d09a84a79732856a98200482296ea4e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 20 May 2012 21:13:41 +0100 Subject: [PATCH] wrong path Signed-off-by: Stephen Gran --- modules/rsync/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rsync/manifests/init.pp b/modules/rsync/manifests/init.pp index 7671c6f2..dfc76643 100644 --- a/modules/rsync/manifests/init.pp +++ b/modules/rsync/manifests/init.pp @@ -12,7 +12,7 @@ class rsync { } file { '/etc/logrotate.d/dsa-rsyncd': - source => 'puppet:///modules/rsyncd-log/logrotate.d-dsa-rsyncd', + source => 'puppet:///modules/rsync/logrotate.d-dsa-rsyncd', noop => true, require => Package['debian.org'], } -- 2.39.2