summaryrefslogtreecommitdiff
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
parent20f5f7d8c26c9272ef302606a6d71ef1b943919a (diff)
refixed template path
-rw-r--r--manifests/client.pp2
l---------templates/munin-node.conf.Debian.feisty (renamed from templates/munin-node.conf.Ubuntu.feisty)0
l---------templates/munin-node.conf.Debian.gutsy (renamed from templates/munin-node.conf.Ubuntu.gutsy)0
l---------templates/munin-node.conf.Debian.hardy (renamed from templates/munin-node.conf.Ubuntu.hardy)0
4 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!
diff --git a/templates/munin-node.conf.Ubuntu.feisty b/templates/munin-node.conf.Debian.feisty
index e0646b9..e0646b9 120000
--- a/templates/munin-node.conf.Ubuntu.feisty
+++ b/templates/munin-node.conf.Debian.feisty
diff --git a/templates/munin-node.conf.Ubuntu.gutsy b/templates/munin-node.conf.Debian.gutsy
index e0646b9..e0646b9 120000
--- a/templates/munin-node.conf.Ubuntu.gutsy
+++ b/templates/munin-node.conf.Debian.gutsy
diff --git a/templates/munin-node.conf.Ubuntu.hardy b/templates/munin-node.conf.Debian.hardy
index e0646b9..e0646b9 120000
--- a/templates/munin-node.conf.Ubuntu.hardy
+++ b/templates/munin-node.conf.Debian.hardy