summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:01:12 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-05 14:01:12 +0000
commitcbd5da982afdd44558f4f8b6fbf3e9ae45c324ae (patch)
tree046f340068174d9f4660319f190c5513b85298a7 /manifests
parent6d7f8ca83b1f7ca06f56a012b340a7e42f37c1b1 (diff)
test erfolgreich ... rueckgaengig machen..
git-svn-id: https://svn/ipuppet/trunk/modules/munin@199 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 81a17b9..8b03765 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -83,7 +83,7 @@ class munin::plugins::base {
ensure => directory, checksum => mtime,
recurse => true, purge => true, force => true,
mode => 0755, owner => root, group => root,
- notify => Service["$munin_node_service-$operatingsystem"];
+ notify => Service["$munin_node_service"];
"/etc/munin/plugin-conf.d/munin-node":
ensure => present,
mode => 0644, owner => root, group => root,