diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-31 20:04:42 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-31 20:04:42 +0000 |
commit | 4587cac4c7800d1d0eff00bf890768eea9456d93 (patch) | |
tree | 775c200ac2432e2aac206069ff443ee339eaaff0 /manifests | |
parent | 42ffd6da19977d825bd5f50064fd3a2700037a27 (diff) |
fixed servicemodules/munin/manifests/client.pp
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@648 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 1aa0e88..d20850a 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -155,7 +155,7 @@ class munin::client::gentoo notify => Service["munin"], } - service { "munin": + service { "munin-node": ensure => running, } |