diff options
-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 { |