summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-01 19:11:06 +0000
committermh <mh@immerda.ch>2008-02-01 19:11:06 +0000
commit5049f21501bbdda4a448cae66845bba603e47e03 (patch)
tree5be9f849301b409975ea192bd824720ea7f84903 /manifests
parent798813916cf38cbc7d8eaded019b37acab99415c (diff)
fixed service problem
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 71f86fa..17ad207 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -164,7 +164,7 @@ class munin::client::gentoo
# notify => Service["munin"],
}
- service { "munin":
+ service { "munin-node":
ensure => running,
}
@@ -189,7 +189,7 @@ class munin::client::centos
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin-node"],
- notify => Service["munin"],
+ notify => Service["munin-node"],
}
service { "munin-node":