summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-07-11 16:36:58 +0200
committermh <mh@immerda.ch>2014-07-11 16:36:58 +0200
commit19029f91579bf08a7186119322ccd4642642bb49 (patch)
tree0a4f2bcb596f209c1a328892c06a4cfcbf9fbe52
parenta297c274cd4de20f64f37bd76bb97fbc750eab05 (diff)
fix the missing include
-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}"