summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-25 11:03:45 +0000
committermh <mh@immerda.ch>2008-04-25 11:03:45 +0000
commitb1bdb26fa56b10e78c28f7855a7e978fb1998cf6 (patch)
tree2722f3e4eb22f846729822c6a7923fffd0bc9fac /manifests
parent214e5d1a774dfa2e1c4745677f0cfce928c6167d (diff)
forgot lsbdistcodename in debian
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 2208b8d..b2bad8b 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -1,6 +1,7 @@
# client.pp - configure a munin node
# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
# See LICENSE for the full license granted to you.
+# Adapted and improved by admin(at)immerda.ch
class munin::client {
@@ -100,7 +101,7 @@ class munin::client::debian inherits munin::client::base {
hasstatus => $lsbdistcodename ? { sarge => false, default => true }
}
File["/etc/munin/munin-node.conf"]{
- content => template("munin/munin-node.conf.$operatingsystem"),
+ content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
}
# workaround bug in munin_node_configure
plugin { "postfix_mailvolume": ensure => absent }