Skip to content

Commit

Permalink
update indent
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 3, 2024
1 parent fe5a0e1 commit 100f91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
}

firewall { '100 handle uturn traffic for containers':
chain => 'OUTPUT',
jump => 'DOCKER_EXPOSE',
dst_type => 'LOCAL',
table => 'nat',
chain => 'OUTPUT',
jump => 'DOCKER_EXPOSE',
dst_type => 'LOCAL',
table => 'nat',
}

firewall { '100 masquerade for docker containers':
Expand Down

0 comments on commit 100f91d

Please sign in to comment.