diff options
author | mh <mh@immerda.ch> | 2016-06-25 15:09:14 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2016-06-25 15:09:14 +0200 |
commit | 2e1250278283e039cae9a37f3cdfa8dd16791f5f (patch) | |
tree | fb79fc628d60ca45bfabc69d0ef2b07137ea127c /manifests | |
parent | c02b8c963d16c3f56b571a273623feab629cf752 (diff) |
this is only needed on EL6
Diffstat (limited to 'manifests')
-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 1f8b37d..ff8c6ad 100644 --- a/manifests/centos.pp +++ b/manifests/centos.pp @@ -1,6 +1,6 @@ # things needed on centos class shorewall::centos inherits shorewall::base { - if versioncmp($::operatingsystemmajrelease,'5') > 0 { + if $::operatingsystemmajrelease == '6' { augeas{'enable_shorewall': context => '/files/etc/sysconfig/shorewall', changes => 'set startup 1', |