From cce6205cf0906f75dd30840dde6fb982d5268b09 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 17 Mar 2018 19:58:49 +0100 Subject: regenerate docs --- docs/puppet_classes/ferm.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'docs/puppet_classes/ferm.html') diff --git a/docs/puppet_classes/ferm.html b/docs/puppet_classes/ferm.html index 74c4b67..cbabd5c 100644 --- a/docs/puppet_classes/ferm.html +++ b/docs/puppet_classes/ferm.html @@ -150,6 +150,23 @@ Allowed values: Stdlib::Absolutepath

+
  • + + disable_conntrack + + + (Boolean) + + + + — +

    disable/enable the generation of conntrack rules +Default value: false +Allowed values: (true|false)

    +
    + +
  • +
  • forward_policy @@ -228,9 +245,6 @@ Allowed value: Any Hash

     
     
    -31
    -32
    -33
     34
     35
     36
    @@ -252,15 +266,20 @@ Allowed value: Any Hash

    52 53 54 -55
    +55 +56 +57 +58 +59 -
    # File 'manifests/init.pp', line 31
    +        
    # File 'manifests/init.pp', line 34
     
     class ferm (
       Boolean $manage_service,
       Boolean $manage_configfile,
       Stdlib::Absolutepath $configfile,
    +  Boolean $disable_conntrack,
       Ferm::Policies $forward_policy,
       Ferm::Policies $output_policy,
       Ferm::Policies $input_policy,
    -- 
    cgit v1.2.3