summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 9251516..bbfd0db 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -12,8 +12,8 @@ class munin::host
source => [ "puppet://$server/files/munin/config/host/${fqdn}/munin.conf.header",
"puppet://$server/files/munin/config/host/munin.conf.header.$operatingsystem",
"puppet://$server/files/munin/config/host/munin.conf.header",
- "puppet://$server/munin/config/host/munin.conf.header.$operatingsystem",
- "puppet://$server/munin/config/host/munin.conf.header" ],
+ "puppet://$server/modules/munin/config/host/munin.conf.header.$operatingsystem",
+ "puppet://$server/modules/munin/config/host/munin.conf.header" ],
notify => Exec['concat_/etc/munin/munin.conf'],
owner => root, group => 0, mode => 0644;
}