summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-07 12:29:40 +0000
committerandreas <andreas@immerda.ch>2007-12-07 12:29:40 +0000
commitcab60409102705d0f013f7a2e28d2ff75b0a29dd (patch)
treef09895e6e67789e564fae6b6b7c5138fd146eae9 /manifests
parentf313146495b104442d1c60333e9f7dfd326d58da (diff)
tippfehler
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 1e5a78f..15049f2 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -128,7 +128,8 @@ class munin::plugins::base {
ensure => present,
mode => 0644, owner => root, group => root;
}
- }
+ }
+
default: {
file {
[ "/etc/munin/plugins", "/etc/munin/plugin-conf.d" ]:
@@ -143,6 +144,7 @@ class munin::plugins::base {
notify => Service[$munin_node_service];
}
}
+ }
}
# handle if_ and if_err_ plugins