summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-06 20:31:50 +0000
committermh <mh@immerda.ch>2008-02-06 20:31:50 +0000
commit6f3d5ae95495d024f69c8ab29ca42558a796aa0c (patch)
tree1e886e1cc708a6d74c2a1d68bccb53ac685d58da /manifests/client.pp
parentbd54bb182afef2fd13e0159c67dcbc7375bfd577 (diff)
fixed? munin plugin problems
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,
}