From: Tim Meusel Date: Tue, 1 Oct 2019 13:48:09 +0000 (+0200) Subject: update docker firewalling example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2ca0d697bc6eca2ac1291f46cc345b4226dc7782;p=puppet-ferm.git update docker firewalling example --- diff --git a/REFERENCE.md b/REFERENCE.md index 75dfe6f..019c5a4 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -62,8 +62,12 @@ class{'ferm': 'DOCKER-ISOLATION-STAGE-1', 'DOCKER-ISOLATION-STAGE-2', 'DOCKER-USER', - ] - } + 'FORWARD', + ], + 'nat' => [ + 'DOCKER', + ], + }, } ``` diff --git a/manifests/init.pp b/manifests/init.pp index d8fd06a..cb3dd1b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,8 +21,12 @@ # 'DOCKER-ISOLATION-STAGE-1', # 'DOCKER-ISOLATION-STAGE-2', # 'DOCKER-USER', -# ] -# } +# 'FORWARD', +# ], +# 'nat' => [ +# 'DOCKER', +# ], +# }, # } # # @param manage_service Disable/Enable the management of the ferm daemon