From 36c07aa6cb615aad0cc5dd7d163221383d7ff9bb Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 2 Nov 2009 00:57:23 +0100 Subject: recursivly updating file path to new 0.25 style --- manifests/host/cgi.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/host') diff --git a/manifests/host/cgi.pp b/manifests/host/cgi.pp index 7fdb281..6896b22 100644 --- a/manifests/host/cgi.pp +++ b/manifests/host/cgi.pp @@ -9,8 +9,8 @@ class munin::host::cgi { source => [ "puppet://$server/files/munin/config/host/${fqdn}/logrotate", "puppet://$server/files/munin/config/host/logrotate.$operatingsystem", "puppet://$server/files/munin/config/host/logrotate", - "puppet://$server/munin/config/host/logrotate.$operatingsystem", - "puppet://$server/munin/config/host/logrotate" ], + "puppet://$server/modules/munin/config/host/logrotate.$operatingsystem", + "puppet://$server/modules/munin/config/host/logrotate" ], owner => root, group => 0, mode => 0644; } } -- cgit v1.2.3