aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-10 17:37:36 +0100
committermh <mh@immerda.ch>2009-12-10 17:37:54 +0100
commit566cd55dfbfc3ddd9dfed6529803a69526e6fb89 (patch)
treee14b9f5a1f45ac6939fb7c1c6d9d16381a7063bc /manifests
parent1951c8a7d72f677fff9fbdf955bf883f4d9a4f61 (diff)
downloadpuppet-shorewall-566cd55dfbfc3ddd9dfed6529803a69526e6fb89.tar.gz
puppet-shorewall-566cd55dfbfc3ddd9dfed6529803a69526e6fb89.tar.bz2
reenable centos support
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 61f7fea..dd03c66 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,6 +5,7 @@ class shorewall {
case $operatingsystem {
gentoo: { include shorewall::gentoo }
debian: { include shorewall::debian }
+ centos: { include shorewall::base }
ubuntu: {
case $lsbdistcodename {
karmic: { include shorewall::ubuntu::karmic }