summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:57:23 +0100
committermh <mh@immerda.ch>2009-11-02 00:57:23 +0100
commit36c07aa6cb615aad0cc5dd7d163221383d7ff9bb (patch)
tree35849b68cb32fcd053dfb659aab05ac0b426c54d /manifests
parent11c66b121dbd6a9ce1cb77067d2844839b9c609f (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client/openbsd.pp2
-rw-r--r--manifests/host.pp4
-rw-r--r--manifests/host/cgi.pp4
-rw-r--r--manifests/snmp_collector.pp2
4 files changed, 6 insertions, 6 deletions
diff --git a/manifests/client/openbsd.pp b/manifests/client/openbsd.pp
index 17abdbf..90bf7df 100644
--- a/manifests/client/openbsd.pp
+++ b/manifests/client/openbsd.pp
@@ -2,7 +2,7 @@
# :(
class munin::client::openbsd inherits munin::client::base {
file{'/usr/src/munin_openbsd.tar.gz':
- source => "puppet://$server/munin/openbsd/package/munin_openbsd.tar.gz",
+ source => "puppet://$server/modules/munin/openbsd/package/munin_openbsd.tar.gz",
owner => root, group => 0, mode => 0600;
}
package{ [ 'p5-Compress-Zlib', 'p5-Crypt-SSLeay', 'p5-HTML-Parser',
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;
}
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;
}
}
diff --git a/manifests/snmp_collector.pp b/manifests/snmp_collector.pp
index 53a860f..4f72b95 100644
--- a/manifests/snmp_collector.pp
+++ b/manifests/snmp_collector.pp
@@ -1,7 +1,7 @@
class munin::snmp_collector{
file {
"/var/lib/puppet/modules/munin/create_snmp_links":
- source => "puppet://$server/munin/create_snmp_links.sh",
+ source => "puppet://$server/modules/munin/create_snmp_links.sh",
mode => 755, owner => root, group => 0;
}