summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-24 14:35:15 +0000
committermh <mh@immerda.ch>2008-04-24 14:35:15 +0000
commit9fbcc8b4c693585f042ede9c4a99f147155a9218 (patch)
treeba4304878061461bc571f8f0a98cdf993c7b4910 /manifests/client.pp
parent20f5f7d8c26c9272ef302606a6d71ef1b943919a (diff)
refixed template path
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 69e9f2e..39d9a15 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -59,7 +59,7 @@ class munin::client::base {
ensure => directory,
mode => 0755, owner => root, group => 0;
"/etc/munin/munin-node.conf":
- content => template("munin/munin-node.conf.$operatingsystem.$lsbdistrelease"),
+ content => template("munin/munin-node.conf.$operatingsystem.$lsbdistcodename"),
mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!