}
if $shorewall_local_net {
- class { 'firewall::local':
+ class { "firewall::local":
network => $shorewall_local_net_network,
interface => $shorewall_local_net_iface,
manage_host => $shorewall_local_net_manage_host,
if $manage_host {
shorewall::host { "$interface-loc":
- name => "$interface:$network",
+ name => "$interface:$network",
zone => 'loc',
options => '',
order => '3',
}
if $manage_interface {
- shorewall::interface { $interface:
+ shorewall::interface { "$interface":
zone => 'loc',
rfc1918 => true,
dhcp => true,