summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-05 14:01:12 +0000
committerandreas <andreas@immerda.ch>2007-12-05 14:01:12 +0000
commit4b3fc27af6fb2c3f1b1dee33d800bb50fa589b13 (patch)
tree046f340068174d9f4660319f190c5513b85298a7 /manifests/plugin.pp
parent156f5f392dd5e917a251cdeaf340649ce5f91827 (diff)
test erfolgreich ... rueckgaengig machen..
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 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,