]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Make doc changes in firewall.rb
authorDavid Barr <dafydd2277@users.noreply.github.com>
Wed, 7 Aug 2019 15:08:43 +0000 (08:08 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2019 15:08:43 +0000 (08:08 -0700)
lib/puppet/type/firewall.rb

index 297589a706d38d91d9196bb229ab136c9dca5eed..666c665277dd5ea56adffa0055b7fadbafb35f80 100644 (file)
@@ -607,7 +607,7 @@ Puppet::Type.newtype(:firewall) do
 
       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.
 
@@ -727,7 +727,7 @@ Puppet::Type.newtype(:firewall) do
   # Reject ICMP type
   newproperty(:reject, required_features: :reject_type) do
     desc <<-PUPPETCODE
-      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.
     PUPPETCODE
   end