summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/client.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index d20850a..c2a59e4 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -165,7 +165,7 @@ class munin::client::gentoo
class munin::client::centos
{
$script_path_default = "/usr/share/munin/plugins"
- package { 'munin-node':
+ package { 'munin':
ensure => present,
category => $operatingsystem ? {
gentoo => 'net-analyzer',
@@ -187,7 +187,7 @@ class munin::client::centos
notify => Service["munin"],
}
- service { "munin":
+ service { "munin-node":
ensure => running,
}