aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-12-22 21:30:49 +0100
committermh <mh@immerda.ch>2011-12-22 21:30:49 +0100
commit793fbd299e0ad91238f432abc033a575e5b08525 (patch)
tree44293e8f617b5c6b85b73d3f37e11dc2c9fc21ff /manifests/init.pp
parentb74e089b30d075e32a7aec7e530ceafefa9e573f (diff)
downloadpuppet-shorewall-793fbd299e0ad91238f432abc033a575e5b08525.tar.gz
puppet-shorewall-793fbd299e0ad91238f432abc033a575e5b08525.tar.bz2
workaround for bug in C6 version
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2e68089..7c62222 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -3,7 +3,7 @@ class shorewall {
case $operatingsystem {
gentoo: { include shorewall::gentoo }
debian: { include shorewall::debian }
- centos: { include shorewall::base }
+ centos: { include shorewall::centos }
ubuntu: {
case $lsbdistcodename {
karmic: { include shorewall::ubuntu::karmic }