diff options
author | mh <mh@immerda.ch> | 2013-02-28 19:28:28 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2015-12-05 11:28:31 +0100 |
commit | 6394b517154c6b6cab4f73c9d0baff4c1f7bcf55 (patch) | |
tree | aebe37b0eb26a28f615bd4bd01e48e42cd04e29e | |
parent | 1cfb479d642bc106ea71596a49b3c152dcb2f64f (diff) | |
download | puppet-shorewall-6394b517154c6b6cab4f73c9d0baff4c1f7bcf55.tar.gz puppet-shorewall-6394b517154c6b6cab4f73c9d0baff4c1f7bcf55.tar.bz2 |
with the latest updates on EL6 this is needed
-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 f671bc9..b7fc24a 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 > 5 { + if $::operatingsystemmajrelease == '6' { augeas{'enable_shorewall': context => '/files/etc/sysconfig/shorewall', changes => 'set startup 1', |