summaryrefslogtreecommitdiff
path: root/manifests/host/cgi.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host/cgi.pp')
-rw-r--r--manifests/host/cgi.pp4
1 files changed, 2 insertions, 2 deletions
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;
}
}