summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:49:57 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-07-16 22:49:57 +0000
commitfe4214271207238c6dc63294496a974b3f069c1d (patch)
treeeb7e352c97db463d3950ae82fd2b9f597be2fb2e
parent2f04d407c75625e67ca679f03e2d9c830a7691c3 (diff)
downloadpuppet-shorewall-fe4214271207238c6dc63294496a974b3f069c1d.tar.gz
puppet-shorewall-fe4214271207238c6dc63294496a974b3f069c1d.tar.bz2
reverting wrong include
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1850 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--manifests/init.pp1
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 }
}