summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-24 15:03:26 +0000
committermh <mh@immerda.ch>2008-04-24 15:03:26 +0000
commitc2fc3aa408e66fe0848fef1a40d5d4f57364f331 (patch)
treef86527b5df0f8cc700bf418e43573b4b2840e5cd /manifests
parent9fbcc8b4c693585f042ede9c4a99f147155a9218 (diff)
fixed munin-conf on gentoo
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
}