summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2008-05-21 16:41:32 +0200
committerDavid Schmitt <david@schmitt.edv-bus.at>2008-05-21 16:41:32 +0200
commit5957d9f43ff1c0dfc9c15f187821c614051cd192 (patch)
treeb0cf561de37a86a1fc2694da850d47d6e66e2e4c /manifests/plugin.pp
parentff89c05910e5185a3c5cf47bd6f4e3f52596cf33 (diff)
fix "empty" directory usage
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 d143861..ced27b7 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/munin/empty",
+ source => "puppet://$servername/common/empty",
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => root,