diff --git a/manifests/init.pp b/manifests/init.pp index 4bc01b2..9329427 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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':