diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1988d3f..b182c0b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -25,7 +25,6 @@ class shorewall { case $operatingsystem { gentoo: { include shorewall::gentoo } - centos: { include shorewall::centos } default: { include shorewall::base } } |