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
commitd53d271f8aac59622809307bd3a7f6d9886d8897 (patch)
tree7074a56928e437100ec05eb9f08a0180f151d212 /manifests
parenta382a6c63ec1487f437d77630c0f4bcbc4c83a0c (diff)
fixed some service correlation
git-svn-id: https://rfd.cronopios.org/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,
}