diff --git a/manifests/init.pp b/manifests/init.pp index 4d7489f..4bc01b2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -68,8 +68,8 @@ chain => 'POSTROUTING', jump => 'MASQUERADE', src_type => 'LOCAL', - dst_type => 'UNICAST' - outiface => "${bridge_name}", + dst_type => 'UNICAST', + outiface => $bridge_name, table => 'nat', }