summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-11-23 12:27:10 -0500
committerMicah Anderson <micah@riseup.net>2009-11-23 12:27:10 -0500
commit94eb06a3c753fcca3213bc5940d7d025dc790a37 (patch)
tree98ad23670c78fcef7e3c1d0c2525a583869bb149 /manifests
parentb46b64fa416d82c4a305463c02731d2da4a54879 (diff)
move plugin directory to fit new 0.25.x style and update file paths accordingly
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp2
-rw-r--r--manifests/plugin.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 1d17518..804bd02 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -34,7 +34,7 @@ class munin::snmp_collector
file {
"${module_dir_path}/munin/create_snmp_links":
- source => "puppet://$servername/munin/create_snmp_links.sh",
+ source => "puppet://$server/modules/munin/create_snmp_links.sh",
mode => 755, owner => root, group => root;
}
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 87259f7..c9bb6e5 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -70,7 +70,7 @@ class munin::plugins::base {
file {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
- source => "puppet://$servername/common/empty",
+ source => "puppet://$server/modules/common/empty",
ensure => directory, checksum => mtime,
ignore => '.ignore',
recurse => true, purge => true, force => true,