summaryrefslogtreecommitdiff
path: root/manifests/rule_section.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-02-10 15:07:13 -0500
committerMicah Anderson <micah@riseup.net>2017-02-10 15:07:13 -0500
commit4128f0735498964aef424ecdefbfc0f3c0f963db (patch)
treed0a208ec8bad45455c3392a563c6b44f49b4dce9 /manifests/rule_section.pp
parent334332c38f0044d54c1b7166f727bfa480cb0a84 (diff)
parent054ccc9e8ee0a03e98165ee44f113ce7ccf3bc5c (diff)
Merge remote-tracking branch 'origin/master' into riseup
Diffstat (limited to 'manifests/rule_section.pp')
-rw-r--r--manifests/rule_section.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/rule_section.pp b/manifests/rule_section.pp
index 0a8b4bb..a576623 100644
--- a/manifests/rule_section.pp
+++ b/manifests/rule_section.pp
@@ -8,7 +8,7 @@ define shorewall::rule_section(
$rule_section_prefix = ''
}
- shorewall::entry{"rules-${order}-${name}":
- line => "${rule_section_prefix}SECTION ${name}",
- }
+ shorewall::entry{"rules-${order}-${name}":
+ line => "${rule_section_prefix}SECTION ${name}",
+ }
}