]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Coding style
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Jun 2016 19:06:40 +0000 (16:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Jun 2016 19:06:40 +0000 (16:06 -0300)
manifests/init.pp

index 48c9df384487fa2fc4897de7de650af28988a6b9..e12b37417211e325814a687b7bd2b6ec0968b02f 100644 (file)
@@ -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 {