summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-02-28 19:45:41 +0100
committerMicah Anderson <micah@riseup.net>2013-03-23 10:51:19 -0400
commit66245069f80e62c26d8827252d6bfac914b974ed (patch)
treeebbbdae80ad2b8a5d94ee7b6a3d085a469d5d50c /manifests/centos.pp
parent3e04a43fb31de5e1461289d6810a25df50127c6f (diff)
use the centos class on centos based systems
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index 591185a..f671bc9 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -1,6 +1,6 @@
# things needed on centos
class shorewall::centos inherits shorewall::base {
- if $::lsbmajdistrelease == '6' {
+ if $::lsbmajdistrelease > 5 {
augeas{'enable_shorewall':
context => '/files/etc/sysconfig/shorewall',
changes => 'set startup 1',