From 2ffe2dce8058b284b7e72525959929ef5a23376e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Jun 2016 16:06:40 -0300 Subject: Coding style --- manifests/init.pp | 6 +++--- 1 file 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 { -- cgit v1.2.3