summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 30a0aca..128e98d 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}"