summaryrefslogtreecommitdiff
path: root/manifests/client/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-04-10 14:57:32 +0200
committermh <mh@immerda.ch>2012-04-10 14:57:32 +0200
commitf06092dda9280b373f7a55dd11b650c729059151 (patch)
tree44de4b06a7c695249a647cc71d515031568cf627 /manifests/client/debian.pp
parentf2a0d2623b36e6105f31e51d99cbd349adaa30d7 (diff)
parentc49190c6c6cae7c7f854920667717dad2e3adb27 (diff)
merge from github
Diffstat (limited to 'manifests/client/debian.pp')
-rw-r--r--manifests/client/debian.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client/debian.pp b/manifests/client/debian.pp
index 97f5fbf..903fb2d 100644
--- a/manifests/client/debian.pp
+++ b/manifests/client/debian.pp
@@ -4,10 +4,10 @@ class munin::client::debian inherits munin::client::package {
Service["munin-node"]{
# sarge's munin-node init script has no status
- hasstatus => $lsbdistcodename ? { sarge => false, default => true }
+ hasstatus => $::lsbdistcodename ? { sarge => false, default => true }
}
File["/etc/munin/munin-node.conf"]{
- content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
+ content => template("munin/munin-node.conf.${::operatingsystem}.${::lsbdistcodename}"),
}
# workaround bug in munin_node_configure
plugin { "postfix_mailvolume": ensure => absent }