]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(#10984) Initial creation of class firewall
authorSharif Nassar <sharif@mrwacky.com>
Sat, 12 Nov 2011 13:31:11 +0000 (05:31 -0800)
committerSharif Nassar <sharif@mrwacky.com>
Tue, 6 Dec 2011 18:15:56 +0000 (10:15 -0800)
commita60634b2fc475fe65da7d2153de7eb724ce1385c
tree0e41d621e5f7d4fb49c05c6000860c441c062cdf
parente34f4905d20a92fed14670781f57d81b3b582470
(#10984) Initial creation of class firewall

* Add Exec[firewall-persist] to save rules.  This allows the host to
  have iptables rules on reboot, before puppet runs.
* Debian hates you.  Add iptables init scripts for loading iptables at
  boot on releases of Debian that do not have them already.
* Add brains to the iptables/ip6tables providers to ensure kernel modules
  are loaded.
.dir-locals.el [new file with mode: 0644]
LICENSE
README.markdown
lib/puppet/provider/firewall/ip6tables.rb
lib/puppet/provider/firewall/iptables.rb
manifests/init.pp [new file with mode: 0644]
spec/classes/firewall_spec.rb [new file with mode: 0755]
spec/spec_helper.rb
templates/debian/iptables-persistent.erb [new file with mode: 0755]
templates/redhat/ip6tables.erb [new file with mode: 0644]
test/init.pp [new file with mode: 0644]