summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-07-05 14:04:01 +0200
committermh <mh@immerda.ch>2017-07-05 14:04:01 +0200
commit06f09ecfbfbdd4c59e31bbcabcc356d2b7a50e9d (patch)
tree4e23139f956ce018554ef243087e4a9a56a01a78
parent93ce8e5ec63440dd7ec5586785f24a7609ae48ca (diff)
linting
-rw-r--r--manifests/entry.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/entry.pp b/manifests/entry.pp
index ccd3305..b8768b0 100644
--- a/manifests/entry.pp
+++ b/manifests/entry.pp
@@ -1,9 +1,9 @@
# a core wrapper for all kinds of entries
define shorewall::entry(
- $ensure = present,
- $shorewall = true,
- $shorewall6 = false,
- $line
+ $line,
+ $ensure = present,
+ $shorewall = true,
+ $shorewall6 = false,
){
if $ensure == 'present' {
$parts = split($name,'-')