summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-14 17:18:23 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-14 17:18:23 +0000
commit322e46b3d2ac0447e5d681491c82df9fbba25292 (patch)
treec24c3734a9de64c29bef9500395744c9c3a665c8 /manifests
parent55054d004c779531512da86db4c9040eaa76cf3c (diff)
fixed lsb release stuff it should be like that
git-svn-id: https://svn/ipuppet/trunk/modules/munin@815 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a1ea92c..9c4b1de 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,5 +13,7 @@ import "host.pp"
import "client.pp"
import "plugin.pp"
-include assert_lsbdistcodename
+case $operatingsystem {
+ debian,ubuntu: { include assert_lsbdistcodename }
+}