diff options
author | mh <mh@immerda.ch> | 2009-12-10 17:37:36 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-10 17:37:54 +0100 |
commit | 566cd55dfbfc3ddd9dfed6529803a69526e6fb89 (patch) | |
tree | e14b9f5a1f45ac6939fb7c1c6d9d16381a7063bc | |
parent | 1951c8a7d72f677fff9fbdf955bf883f4d9a4f61 (diff) | |
download | puppet-shorewall-566cd55dfbfc3ddd9dfed6529803a69526e6fb89.tar.gz puppet-shorewall-566cd55dfbfc3ddd9dfed6529803a69526e6fb89.tar.bz2 |
reenable centos support
-rw-r--r-- | manifests/init.pp | 1 |
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 } |