]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(MODULES-441) Helpfully fail when modifying chains
authorHunter Haugen <hunter@puppetlabs.com>
Wed, 29 Jan 2014 02:08:42 +0000 (18:08 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Wed, 29 Jan 2014 02:08:45 +0000 (18:08 -0800)
commit3026ccb00df6d6cdcc700484d21c565cb525afc3
tree46f9ca9f99b87f66bc26f8f92d2c6ffd9378de5b
parentac07643b0962cbdf43b2c5cae0c4fbe0351a460e
(MODULES-441) Helpfully fail when modifying chains

It is not intended for chains to be modified using the firewall
resource, but it would still try and result in obscure incorrect errors.
This raises a more helpful error
lib/puppet/provider/firewall/iptables.rb
spec/acceptance/params_spec.rb
spec/unit/puppet/provider/iptables_spec.rb
spec/unit/puppet/util/firewall_spec.rb