summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-14 17:18:23 +0000
committermh <mh@immerda.ch>2008-02-14 17:18:23 +0000
commitf94f8faaf36943501ac66eb441d1f2b2d482a103 (patch)
treec24c3734a9de64c29bef9500395744c9c3a665c8 /manifests
parent0fa11c90e81828c962483d530bbdf1996f7eb1b8 (diff)
fixed lsb release stuff it should be like that
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 }
+}