]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Reverse the changes in REFERENCE.md
authorDavid Barr <dafydd2277@users.noreply.github.com>
Wed, 7 Aug 2019 15:10:12 +0000 (08:10 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 15:10:12 +0000 (08:10 -0700)
As per request, I've changed firewall.rb, instead.

REFERENCE.md

index f25d34dd6e6e81425b0c52963af8165ae70358a7..84fbdc684a2a2d2c55a2a01cc353a330346f49c0 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 action => "REJECT" you can specify a different icmp
+When combined with jump => "REJECT" you can specify a different icmp
 response to be sent back to the packet sender.
 
 ##### `log_level`