summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-02-28 19:45:41 +0100
committermh <mh@immerda.ch>2013-02-28 19:45:41 +0100
commit180dacee8985ced3484426cbf349ffe6b808c1cb (patch)
tree91591d8cccc0c842c74e683ccc323ed4b9b9685b /manifests/init.pp
parentd207277829a37bfd879a983a62bb68218f420c9b (diff)
use the centos class on centos based systems
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5a7f740..85977da 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,7 @@ class shorewall(
include shorewall::debian
$dist_tor_user = 'debian-tor'
}
- centos: { include shorewall::base }
+ centos: { include shorewall::centos }
ubuntu: {
case $::lsbdistcodename {
karmic: { include shorewall::ubuntu::karmic }
@@ -24,7 +24,7 @@ class shorewall(
}
}
default: {
- notice "unknown operatingsystem: ${::operatingsystem}"
+ notice "unknown operatingsystem: ${::operatingsystem}"
include shorewall::base
}
}
@@ -65,5 +65,5 @@ class shorewall(
shorewall::managed_file { tunnel: }
# See http://www.shorewall.net/MultiISP.html
shorewall::managed_file { rtrules: }
-
+
}