summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 20:06:20 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 20:06:20 +0000
commitc53532f9bc5a360522a067b14ef81de66add9d17 (patch)
treeaaa4aab59820a88d5cea0ca95c530afb1a649531 /manifests/client.pp
parent7700dacfbdd0d6366a5c05d5bb1a72844a55b8fd (diff)
munin-node service
git-svn-id: https://svn/ipuppet/trunk/modules/munin@649 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-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,
}