aboutsummaryrefslogtreecommitdiff
path: root/REFERENCE.md
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2019-09-11 16:07:44 +0200
committerThore Bödecker <me@foxxx0.de>2019-09-11 16:54:19 +0200
commit8e4920c3ceef338432fa01f1f8d2f6597f9fff05 (patch)
tree9679fe9c45dd0741325c179aedaf5cc91dfd3225 /REFERENCE.md
parent6d96e030be0db4a916dd6a9bd0b25570d359e634 (diff)
downloadpuppet-ferm-8e4920c3ceef338432fa01f1f8d2f6597f9fff05.tar.gz
puppet-ferm-8e4920c3ceef338432fa01f1f8d2f6597f9fff05.tar.bz2
expose parameter to initialize custom chains
Previously it was not possible to define custom chains with parameter, e.g. in order to collect them from hiera. This commit adds this functionality, just like it was already in place for ferm::rules.
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index 19ffae0..33327c5 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -151,6 +151,14 @@ A hash that holds all data for ferm::rule
Default value: Empty Hash
Allowed value: Any Hash
+##### `chains`
+
+Data type: `Hash`
+
+A hash that holds all data for ferm::chain
+Default value: Empty Hash
+Allowed value: Any Hash
+
##### `forward_log_dropped_packets`
Data type: `Boolean`