diff options
author | Tim Meusel <tim@bastelfreak.de> | 2020-10-06 22:41:45 +0200 |
---|---|---|
committer | Tim Meusel <tim@bastelfreak.de> | 2020-10-06 22:41:45 +0200 |
commit | 75ab2f7d7ec834976debd66b9874da81a82328e3 (patch) | |
tree | 633dde887139e40c0083e83f2bf962c291df20f6 /manifests | |
parent | 80c00c0a204dbd4e78c0b7a8ec8fe07adb05f404 (diff) | |
download | puppet-ferm-75ab2f7d7ec834976debd66b9874da81a82328e3.tar.gz puppet-ferm-75ab2f7d7ec834976debd66b9874da81a82328e3.tar.bz2 |
fix typos in puppet-strings documentation
Diffstat (limited to 'manifests')
-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, |