diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 6 insertions, 2 deletions
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 |