]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Fix boolean rules being always recognized as changed.
authorGeorg Koester <georg.koester@gmail.com>
Thu, 11 Apr 2013 16:46:07 +0000 (09:46 -0700)
committerKen Barber <ken@bob.sh>
Sat, 13 Apr 2013 22:09:44 +0000 (23:09 +0100)
commitd4790594e29717c857962fb18cd3a599e2deddf0
tree3aeaddb9f0d7f5b535dfda611803b39752c0742a
parent44d2a83d7c28e20db6e4dfe8c46bf486aea52868
Fix boolean rules being always recognized as changed.

String and boolean types were compared.
Had to adapt the tests which checked for booleans, when in
reality strings where present.
lib/puppet/provider/firewall/iptables.rb
spec/unit/puppet/provider/iptables_spec.rb