From 08ee217eb66c9dfe2df5f620bfaa98294b884b43 Mon Sep 17 00:00:00 2001 From: David Barr <dafydd2277@users.noreply.github.com> Date: Wed, 7 Aug 2019 08:08:43 -0700 Subject: [PATCH] Make doc changes in firewall.rb --- lib/puppet/type/firewall.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2