diff options
Diffstat (limited to 'manifests/chain.pp')
-rw-r--r-- | manifests/chain.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/chain.pp b/manifests/chain.pp index 91cd930..cfa4f80 100644 --- a/manifests/chain.pp +++ b/manifests/chain.pp @@ -17,6 +17,7 @@ # @param table Select the target table (filter/raw/mangle/nat) # Allowed values: (filter|raw|mangle|nat) (see Ferm::Tables type) # @param ip_versions Set list of versions of ip we want ot use. +# @param content custom string that will be written into th chain file # define ferm::chain ( Boolean $log_dropped_packets = false, |