From: mh Date: Thu, 28 Feb 2013 18:28:28 +0000 (+0100) Subject: with the latest updates on EL6 this is needed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6394b517154c6b6cab4f73c9d0baff4c1f7bcf55;p=puppet-shorewall.git with the latest updates on EL6 this is needed --- 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',