diff options
author | mh <mh@immerda.ch> | 2013-02-28 19:45:41 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-02-28 19:45:41 +0100 |
commit | 180dacee8985ced3484426cbf349ffe6b808c1cb (patch) | |
tree | 91591d8cccc0c842c74e683ccc323ed4b9b9685b /manifests/centos.pp | |
parent | d207277829a37bfd879a983a62bb68218f420c9b (diff) |
use the centos class on centos based systems
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r-- | manifests/centos.pp | 2 |
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', |