From: mh Date: Thu, 10 Dec 2009 16:37:36 +0000 (+0100) Subject: reenable centos support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=566cd55dfbfc3ddd9dfed6529803a69526e6fb89;p=puppet-shorewall.git reenable centos support --- 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 }