From: David Barr Date: Wed, 7 Aug 2019 15:08:43 +0000 (-0700) Subject: Make doc changes in firewall.rb X-Git-Tag: v2.1.0~5^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=08ee217eb66c9dfe2df5f620bfaa98294b884b43;p=puppet-modules%2Fpuppetlabs-firewall.git Make doc changes in firewall.rb --- diff --git a/lib/puppet/type/firewall.rb b/lib/puppet/type/firewall.rb index 297589a..666c665 100644 --- a/lib/puppet/type/firewall.rb +++ b/lib/puppet/type/firewall.rb @@ -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