summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 18:33:29 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 18:33:29 +0000
commita35e38d571e0a3411f4fd1831cdb18235157621f (patch)
tree7074a56928e437100ec05eb9f08a0180f151d212 /manifests
parent1116b7ecf0b2760e09e589543a1a6fb9a6fed38b (diff)
fixed some service correlation
git-svn-id: https://svn/ipuppet/trunk/modules/munin@708 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
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,
}