summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-09 16:06:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-09 16:06:40 -0300
commit2ffe2dce8058b284b7e72525959929ef5a23376e (patch)
tree3bdca989ffdde744c57c83b54222b053e6dd239a
parent09142b6e094715b8203a1008edbbbc824614ce2a (diff)
downloadpuppet-firewall-2ffe2dce8058b284b7e72525959929ef5a23376e.tar.gz
puppet-firewall-2ffe2dce8058b284b7e72525959929ef5a23376e.tar.bz2
Coding style
-rw-r--r--manifests/init.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 48c9df3..e12b374 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,9 +19,9 @@ class firewall(
# Interfaces
#
shorewall::interface { "${device}":
- zone => $zone,
- rfc1918 => $rfc1918,
- options => $device_options,
+ zone => $zone,
+ rfc1918 => $rfc1918,
+ options => $device_options,
}
if $vm_device != false {