summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:15:30 +0100
committermh <mh@immerda.ch>2009-11-14 13:15:30 +0100
commit53f373c61b0452488cdfb1d2779364e7865011ca (patch)
treec974ab3e79da9ed36ca62ca2ae72fe9b9d767829 /manifests
parent81abf6e0558e5fd9be6c61c380083150d9c3123d (diff)
update file paths to 0.25.x style
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp6
-rw-r--r--manifests/host/cgi.pp6
2 files changed, 6 insertions, 6 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index bbfd0db..af78570 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -9,9 +9,9 @@ class munin::host
File <<| tag == 'munin' |>>
file{'/etc/munin/munin.conf.header':
- 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",
+ source => [ "puppet://$server/modules/site-munin/config/host/${fqdn}/munin.conf.header",
+ "puppet://$server/modules/site-munin/config/host/munin.conf.header.$operatingsystem",
+ "puppet://$server/modules/site-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'],
diff --git a/manifests/host/cgi.pp b/manifests/host/cgi.pp
index 6896b22..aeb0cdf 100644
--- a/manifests/host/cgi.pp
+++ b/manifests/host/cgi.pp
@@ -6,9 +6,9 @@ class munin::host::cgi {
}
file{'/etc/logrotate.d/munin':
- source => [ "puppet://$server/files/munin/config/host/${fqdn}/logrotate",
- "puppet://$server/files/munin/config/host/logrotate.$operatingsystem",
- "puppet://$server/files/munin/config/host/logrotate",
+ source => [ "puppet://$server/modules/site-munin/config/host/${fqdn}/logrotate",
+ "puppet://$server/modules/site-munin/config/host/logrotate.$operatingsystem",
+ "puppet://$server/modules/site-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;