summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-06-25 15:09:14 +0200
committermh <mh@immerda.ch>2016-06-25 15:09:14 +0200
commit2e1250278283e039cae9a37f3cdfa8dd16791f5f (patch)
treefb79fc628d60ca45bfabc69d0ef2b07137ea127c
parentc02b8c963d16c3f56b571a273623feab629cf752 (diff)
this is only needed on EL6
-rw-r--r--manifests/centos.pp2
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',