From: Silvio Rhatto Date: Thu, 9 Jun 2016 19:06:40 +0000 (-0300) Subject: Coding style X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2ffe2dce8058b284b7e72525959929ef5a23376e;p=puppet-firewall.git Coding style --- 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 {