]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(maint) Typo fixes (#844)
authorGeorgeCox <G.H.Cox@bath.ac.uk>
Mon, 3 Jun 2019 16:10:57 +0000 (17:10 +0100)
committerEimhin Laverty <eimlav@users.noreply.github.com>
Mon, 3 Jun 2019 16:10:57 +0000 (17:10 +0100)
commitb834cde666f1e56776787b396df7f93a31a0b086
treebd93f61ecdd33507b815e90831ea0afb0cd84dac
parent81f9b9505d1006385726e47d50c5717de3463feb
(maint) Typo fixes (#844)

* Changed case of error message

Changed the case of the tables in the error message when defining a custom chain. The error message shows the tables in uppercase (as you'd see when using iptables directly), while the regex in lib/puppet/provider/firewallchain/iptables_chain.rb is expecting lowercase. It looks like lib/puppet/provider/firewallchain/iptables_chain.rb is expecting the default chains in uppercase so I have left those.

* Corrected typo, hyphen not yphen
lib/puppet/type/firewall.rb
lib/puppet/type/firewallchain.rb