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