aboutsummaryrefslogtreecommitdiff
path: root/manifests/chain.pp
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2018-12-19 12:57:20 +0100
committerTim Meusel <tim@bastelfreak.de>2018-12-19 13:13:52 +0100
commitf3136278ebd816c58e305e937254e5ca0e2c0a91 (patch)
treed76b99423d5d5b05ed5ce3e38c80ed3be1ac3411 /manifests/chain.pp
parent37a1f54510341219818eafb6411488ebcab63e9b (diff)
downloadpuppet-ferm-f3136278ebd816c58e305e937254e5ca0e2c0a91.tar.gz
puppet-ferm-f3136278ebd816c58e305e937254e5ca0e2c0a91.tar.bz2
Simplify puppet-strings documentation
Diffstat (limited to 'manifests/chain.pp')
-rw-r--r--manifests/chain.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/chain.pp b/manifests/chain.pp
index f9722cf..6a01607 100644
--- a/manifests/chain.pp
+++ b/manifests/chain.pp
@@ -1,8 +1,8 @@
# defined resource which creates all rules for one chain
-# @param policy [Ferm::Policies] Set the default policy for a CHAIN
-# @param disable_conntrack [Boolean] disable/enable usage of conntrack
-# @param chain [Ferm::Chains] name of the chain that should be managed
-# @param log_dropped_packets [Boolean] boolean to enable/disable logging of packets to the kernel log, if no explicit chain matched
+# @param policy Set the default policy for a CHAIN
+# @param disable_conntrack Disable/Enable usage of conntrack
+# @param chain Name of the chain that should be managed
+# @param log_dropped_packets Enable/Disable logging of packets to the kernel log, if no explicit chain matched
define ferm::chain (
Ferm::Policies $policy,
Boolean $disable_conntrack,