summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-01 18:33:29 +0000
committermh <mh@immerda.ch>2008-02-01 18:33:29 +0000
commit52c1bc427e718aa98ae2ce6ff5cced66a0aa6d2d (patch)
tree7074a56928e437100ec05eb9f08a0180f151d212 /manifests
parentaf67525a0b0eeac47b62efe23e7dd8ef8c320262 (diff)
fixed some service correlation
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,
}