]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Make the reject attribute note consistent
authorDavid Barr <dafydd2277@users.noreply.github.com>
Wed, 19 Jun 2019 18:07:50 +0000 (11:07 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 18:07:50 +0000 (11:07 -0700)
The `reject` attribute noted `jump => 'REJECT'`. But, the `jump` attribute notes that "for the values ACCEPT, DROP, and REJECT, you must use the generic `action` parameter." (Also, added some commas...)

REFERENCE.md

index 84fbdc684a2a2d2c55a2a01cc353a330346f49c0..f25d34dd6e6e81425b0c52963af8165ae70358a7 100644 (file)
@@ -490,7 +490,7 @@ The value for the iptables --jump parameter. Normal values are:
 
 But any valid chain name is allowed.
 
-For the values ACCEPT, DROP and REJECT you must use the generic
+For the values ACCEPT, DROP, and REJECT, you must use the generic
 'action' parameter. This is to enfore the use of generic parameters where
 possible for maximum cross-platform modelling.
 
@@ -557,7 +557,7 @@ this boolean will enable randomized port mapping.
 
 ##### `reject`
 
-When combined with jump => "REJECT" you can specify a different icmp
+When combined with action => "REJECT" you can specify a different icmp
 response to be sent back to the packet sender.
 
 ##### `log_level`