diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-31 20:13:15 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-31 20:13:15 +0000 |
commit | b76ba1485dab12b8cb09f5ed476a911e2ea73c30 (patch) | |
tree | 0fe8af5c57d30a051de2508ac65554ed46603e8d /manifests | |
parent | ba1207644ab0a4dd5e4eaefbb23cd183c3447374 (diff) |
fixed service
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@651 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index c2a59e4..bc47a23 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -152,7 +152,7 @@ class munin::client::gentoo # this has to be installed before the package, so the postinst can # boot the munin-node without failure! before => Package["munin"], - notify => Service["munin"], + notify => Service["munin-node"], } service { "munin-node": |