summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-01-13 16:54:23 +0100
committermh <mh@immerda.ch>2017-01-13 16:54:23 +0100
commit9e82e791f01a85c5ab25c5311ba962d2ca2c7b24 (patch)
treeae5135927bbbce8154d6861d7c476166b00c59d7 /manifests
parentb8514959659822868ec1a6b3922854497256338a (diff)
correct decision
Diffstat (limited to 'manifests')
-rw-r--r--manifests/rule_section.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rule_section.pp b/manifests/rule_section.pp
index 9315046..0a8b4bb 100644
--- a/manifests/rule_section.pp
+++ b/manifests/rule_section.pp
@@ -2,7 +2,7 @@
define shorewall::rule_section(
$order,
){
- if versioncmp($shorewall_major_version,'5') < 0 {
+ if versioncmp($shorewall_major_version,'4') > 0 {
$rule_section_prefix = '?'
} else {
$rule_section_prefix = ''