summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1daf403..70086dc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -4,8 +4,7 @@ class shorewall {
case $operatingsystem {
gentoo: { include shorewall::gentoo }
- debian: { include shorewall::debian }
- ubuntu: { include shorewall::debian }
+ debian,ubuntu: { include shorewall::debian }
default: { notice "unknown operatingsystem: $operatingsystem"
include shorewall::base }
}