]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Accept pre-existing rule with invalid name
authorJoe Julian <me@joejulian.name>
Thu, 30 May 2013 03:42:29 +0000 (20:42 -0700)
committerJoe Julian <me@joejulian.name>
Thu, 30 May 2013 03:42:29 +0000 (20:42 -0700)
commit371c04e46c956c97b1ad55503414ec70ce74e635
tree58c5ad9c2b7e2a77d0001b9a9a9f0d1f5ffb45be
parent53c315f57202518ba8fca54808ae4331cdff32b3
Accept pre-existing rule with invalid name

This patch fixes up a pre-existing rule whose name does not
type-validate with a valid name (typically one without a numeric
prefix in the comment).

Fixes #116
Signed-off-by: Joe Julian <me@joejulian.name>
lib/puppet/provider/firewall/iptables.rb
spec/system/resource_cmd_spec.rb