Skip to content

Commit

Permalink
Merge pull request #850 from dafydd2277/dafydd2277-doc-patch
Browse files Browse the repository at this point in the history
Make the reject attribute note consistent
  • Loading branch information
sheenaajay committed Aug 7, 2019
2 parents ed865a9 + 7d95d62 commit da41cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puppet/type/firewall.rb
Expand Up @@ -607,7 +607,7 @@ def should_to_s(value)
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.
Expand Down Expand Up @@ -727,7 +727,7 @@ def should_to_s(value)
# 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
Expand Down

0 comments on commit da41cc3

Please sign in to comment.