Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 3, 2024
1 parent 66385fd commit fe5a0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}

Expand Down

0 comments on commit fe5a0e1

Please sign in to comment.