summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-01-31 20:06:20 +0000
committerandreas <andreas@immerda.ch>2008-01-31 20:06:20 +0000
commite7d5725e20ffdb20718c7e68dd9e39c7d987675f (patch)
treeaaa4aab59820a88d5cea0ca95c530afb1a649531 /manifests
parent2be6a1adaea42c80126f8c55069f7283198fbbc5 (diff)
munin-node service
Diffstat (limited to 'manifests')
-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,
}