]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Removed iptables stuff, introduced features and cleaned up docs & validation.
authorKen Barber <ken@bob.sh>
Sat, 16 Jul 2011 19:19:49 +0000 (21:19 +0200)
committerKen Barber <ken@bob.sh>
Sat, 16 Jul 2011 19:19:49 +0000 (21:19 +0200)
commitfbc76178cd3e45ab294067dac7504b678450a6eb
tree80e0da1fdd7928164b0571a0a61bca2db97a1f9e
parenta7faff6f5b0de882bc720c8eb652d37b85a6b2a8
Removed iptables stuff, introduced features and cleaned up docs & validation.

I've removed a lot of iptables specific stuff from the type, also
allowed any chain to be defined in :chain or :jump so we can support
user chains.

A lot of the documentation for the type has been cleaned up a little
and validation has been simplified where applicable.

This commit brings in the usage of features so we can start to introduce
more backend providers. The work is just a start for now and will
probably radically change once we have other working providers in
place.
lib/puppet/provider/firewall/iptables.rb
lib/puppet/type/firewall.rb
spec/type/iptables_type_spec.rb