diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 18:33:29 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 18:33:29 +0000 |
commit | d53d271f8aac59622809307bd3a7f6d9886d8897 (patch) | |
tree | 7074a56928e437100ec05eb9f08a0180f151d212 | |
parent | a382a6c63ec1487f437d77630c0f4bcbc4c83a0c (diff) |
fixed some service correlation
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@708 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-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 df60a77..d61db3b 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -174,7 +174,7 @@ class munin::client::gentoo class munin::client::centos { $script_path_default = "/usr/share/munin/plugins" - package { 'munin': + package { 'munin-node': ensure => present, } |