diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-09 16:06:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-09 16:06:40 -0300 |
commit | 2ffe2dce8058b284b7e72525959929ef5a23376e (patch) | |
tree | 3bdca989ffdde744c57c83b54222b053e6dd239a | |
parent | 09142b6e094715b8203a1008edbbbc824614ce2a (diff) | |
download | puppet-firewall-2ffe2dce8058b284b7e72525959929ef5a23376e.tar.gz puppet-firewall-2ffe2dce8058b284b7e72525959929ef5a23376e.tar.bz2 |
Coding style
-rw-r--r-- | manifests/init.pp | 6 |
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 { |