diff options
author | mh <mh@immerda.ch> | 2014-07-11 16:36:58 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2015-12-05 11:35:24 +0100 |
commit | eaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad (patch) | |
tree | 2fd99dad40d8cdde060302188af572072f69bec5 /manifests/init.pp | |
parent | fb07ae738445e524d7f15747f36f8092236f2f48 (diff) | |
download | puppet-shorewall-eaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad.tar.gz puppet-shorewall-eaa7ecbe280952fc7ad58bc5e17d18f2df33d4ad.tar.bz2 |
fix the missing include
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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}" |