summaryrefslogtreecommitdiff
path: root/manifests/host.pp
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/host.pp
parentb46b64fa416d82c4a305463c02731d2da4a54879 (diff)
move plugin directory to fit new 0.25.x style and update file paths accordingly
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp2
1 files changed, 1 insertions, 1 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;
}