diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-16 22:49:57 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-07-16 22:49:57 +0000 |
commit | fe4214271207238c6dc63294496a974b3f069c1d (patch) | |
tree | eb7e352c97db463d3950ae82fd2b9f597be2fb2e /manifests | |
parent | 2f04d407c75625e67ca679f03e2d9c830a7691c3 (diff) | |
download | puppet-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
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 } } |