]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Update README.md
authorArjen Zonneveld <arjenz@users.noreply.github.com>
Thu, 15 Apr 2021 12:21:42 +0000 (14:21 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 12:21:42 +0000 (14:21 +0200)
`state` does not allow inversion, nor in the puppet code in this project nor in iptables rules.

README.md

index 768faf190b31ffccf715e5c955aae0c983d96ca8..de5475f650d02e227fcc061b7b04705650fd303d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -279,7 +279,7 @@ class profile::apache {
 
 Firewall rules may be inverted by prefixing the value of a parameter by "! ". If the value is an array, then every item in the array must be prefixed as iptables does not understand inverting a single value.
 
-Parameters that understand inversion are: connmark, ctstate, destination, dport, dst\_range, dst\_type, iniface, outiface, port, proto, source, sport, src\_range, src\_type, and state.
+Parameters that understand inversion are: connmark, ctstate, destination, dport, dst\_range, dst\_type, iniface, outiface, port, proto, source, sport, src\_range and src\_type.
 
 Examples: