summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-07-09 23:25:46 +0200
committermh <mh@immerda.ch>2014-07-09 23:25:46 +0200
commita297c274cd4de20f64f37bd76bb97fbc750eab05 (patch)
tree037ff4fadef029710d5d515a9a82ca1813d8e786 /manifests/init.pp
parente0a67255fc62e67684ee8ad8597c4eb4a6da6ffb (diff)
get rid off lsb facts
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp11
1 files changed, 1 insertions, 10 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index cd6488b..30a0aca 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,17 +13,8 @@ class shorewall(
case $::operatingsystem {
gentoo: { include shorewall::gentoo }
- debian: {
- include shorewall::debian
- $dist_tor_user = 'debian-tor'
- }
+ debian,ubuntu: {
centos: { include shorewall::centos }
- ubuntu: {
- case $::lsbdistcodename {
- karmic: { include shorewall::ubuntu::karmic }
- default: { include shorewall::debian }
- }
- }
default: {
notice "unknown operatingsystem: ${::operatingsystem}"
include shorewall::base