]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
with the latest updates on EL6 this is needed
authormh <mh@immerda.ch>
Thu, 28 Feb 2013 18:28:28 +0000 (19:28 +0100)
committermh <mh@immerda.ch>
Sat, 5 Dec 2015 10:28:31 +0000 (11:28 +0100)
manifests/centos.pp

index f671bc9fb6818959ad01205cfd38fa3192413b67..b7fc24a0f07c6efef834eee647db06537cfbd5b8 100644 (file)
@@ -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',