summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-07 12:29:40 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-07 12:29:40 +0000
commit907173d99e26513fd280b7e0a137afa825d855d7 (patch)
treef09895e6e67789e564fae6b6b7c5138fd146eae9 /manifests
parent1b30f55f5ae7ea19d80e59672b95b63ba647de62 (diff)
tippfehler
git-svn-id: https://svn/ipuppet/trunk/modules/munin@218 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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