summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 15:03:26 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-24 15:03:26 +0000
commit540d97e640a7b1415cdaffae922a5253f0e3790d (patch)
treef86527b5df0f8cc700bf418e43573b4b2840e5cd /manifests
parent3b9dff3584c98fe8e2754fe91204748853e84d84 (diff)
fixed munin-conf on gentoo
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1258 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 39d9a15..08fc3ba 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -111,6 +111,9 @@ class munin::client::gentoo inherits munin::client::base {
name => 'munin',
category => 'net-analyzer',
}
+ File["/etc/munin/munin-node.conf"]{
+ content => template("munin/munin-node.conf.$operatingsystem"),
+ }
include munin::plugins::gentoo
}