aboutsummaryrefslogtreecommitdiff
path: root/REFERENCE.md
diff options
context:
space:
mode:
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index daf137d..44d7034 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -22,7 +22,6 @@ _Private Classes_
**Data types**
-* [`Ferm::Chains`](#fermchains): a type that allows the default iptables chains
* [`Ferm::Policies`](#fermpolicies): a list of allowed default policies for a chain
* [`Ferm::Protocols`](#fermprotocols): a list of allowed protocolls to match
@@ -83,6 +82,14 @@ Path to the config file
Default value: /etc/ferm.conf
Allowed values: Stdlib::Absolutepath
+##### `configdirectory`
+
+Data type: `Stdlib::Absolutepath`
+
+Path to the directory where the module stores ferm configuration files
+Default value: /etc/ferm.d or /etc/ferm/ferm.d
+Allowed values: Stdlib::Absolutepath
+
##### `disable_conntrack`
Data type: `Boolean`
@@ -178,7 +185,7 @@ Disable/Enable usage of conntrack
##### `chain`
-Data type: `Ferm::Chains`
+Data type: `String[1]`
Name of the chain that should be managed
@@ -200,7 +207,7 @@ The following parameters are available in the `ferm::rule` defined type.
##### `chain`
-Data type: `Ferm::Chains`
+Data type: `String[1]`
Configure the chain where we want to add the rule
@@ -282,12 +289,6 @@ Default value: 'present'
## Data types
-### Ferm::Chains
-
-a type that allows the default iptables chains
-
-Alias of `Enum['INPUT', 'FORWARD', 'OUTPUT']`
-
### Ferm::Policies
a list of allowed default policies for a chain