summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-12-28 16:03:02 +0100
committermh <mh@immerda.ch>2013-12-28 16:03:02 +0100
commit3d574e179953fc5868b0cd0e972a0dd9b9bda5de (patch)
treeaf5016e5b79afc1c45e30ad3fd985bd702b0f56c
parent46c42177cd05e997a89580e3463b2b63ecb2025d (diff)
reduce dependency on lsb modules, rather use the builtin facts
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index f671bc9..c210506 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 > 5 {
augeas{'enable_shorewall':
context => '/files/etc/sysconfig/shorewall',
changes => 'set startup 1',