aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9f7edd2..f413684 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,7 +13,7 @@ class shorewall(
case $::operatingsystem {
gentoo: { include shorewall::gentoo }
- debian,ubuntu: {
+ debian,ubuntu: { include shorewall::debian }
centos: { include shorewall::centos }
default: {
notice "unknown operatingsystem: ${::operatingsystem}"