summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:31:50 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:31:50 +0000
commit1115e76a91b398ccb45f2cd5ea2195cb3351bc22 (patch)
tree1e886e1cc708a6d74c2a1d68bccb53ac685d58da /manifests/client.pp
parent47e1e2322ed93842146d251ece06856f603d5403 (diff)
fixed? munin plugin problems
git-svn-id: https://svn/ipuppet/trunk/modules/munin@764 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp18
1 files changed, 3 insertions, 15 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 7dcbbe1..ba59333 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -100,8 +100,6 @@ class munin::client::darwin
class munin::client::debian
{
- $script_path_default = "/usr/share/munin/plugins"
-
package { "munin-node": ensure => installed }
# the plugin will need that
package { "iproute": ensure => installed }
@@ -133,10 +131,10 @@ class munin::client::debian
class munin::client::gentoo
{
- $script_path_default = "/usr/libexec/munin/plugins"
$acpi_available = "absent"
- package { 'munin':
- alias => munin-node,
+ package { 'munin-node':
+ name => 'munin',
+ alias => 'munin-node',
ensure => present,
category => $operatingsystem ? {
gentoo => 'net-analyzer',
@@ -144,15 +142,6 @@ class munin::client::gentoo
},
}
- # link
- # mh: really needed?
-# file{
-# "/etc/init.d/munin":
-# ensure => "/etc/init.d/munin-node",
-# }
-
-
-
file {
"/etc/munin/":
ensure => directory,
@@ -175,7 +164,6 @@ class munin::client::gentoo
class munin::client::centos
{
- $script_path_default = "/usr/share/munin/plugins"
package { 'munin-node':
ensure => present,
}