aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-07-11 16:36:58 +0200
committermh <mh@immerda.ch>2015-12-05 11:35:24 +0100
commiteaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad (patch)
tree2fd99dad40d8cdde060302188af572072f69bec5
parentfb07ae738445e524d7f15747f36f8092236f2f48 (diff)
downloadpuppet-shorewall-eaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad.tar.gz
puppet-shorewall-eaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad.tar.bz2
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 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}"