]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(#10162) Modify firewallchain name to be chain:table:protocol
authorKen Barber <ken@bob.sh>
Mon, 12 Mar 2012 18:40:45 +0000 (11:40 -0700)
committerKen Barber <ken@bob.sh>
Tue, 13 Mar 2012 06:08:15 +0000 (23:08 -0700)
commite39fbdcb12e5fe1682528d397027925100531e5a
tree692c9f5f820ee0ce2d4b80602c6c210b60618d10
parent9715882ad39ca53338f1ac212675e97d01db769f
(#10162) Modify firewallchain name to be chain:table:protocol

We've decided to change the ordering of the namevar so that it is now:

    chain:table:protocol

So its closer to a linear hierachy ie. chain in table in protocol.

Previously this was table:chain:protocol which made less sense.
README.markdown
lib/puppet/provider/firewallchain/iptables_chain.rb
lib/puppet/type/firewallchain.rb
spec/unit/puppet/provider/iptables_chain_spec.rb
spec/unit/puppet/type/firewallchain_spec.rb