]>
review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/log
summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Ken Barber [Wed, 15 Jun 2011 15:34:26 +0000 (17:34 +0200)]
More doc improvements.
Ken Barber [Wed, 15 Jun 2011 15:28:52 +0000 (17:28 +0200)]
Added some more examples and README cleanup.
Ken Barber [Wed, 15 Jun 2011 15:15:53 +0000 (17:15 +0200)]
Ignore pkg/ so when we generate a forge module we don't also try to add that
croft as well to our git repo.
Ken Barber [Wed, 15 Jun 2011 15:15:35 +0000 (17:15 +0200)]
Added LICENSE and Modulefile to complete scaffolding.
Ken Barber [Wed, 15 Jun 2011 15:14:10 +0000 (17:14 +0200)]
Firewall wasn't acknowledging new properties, only ones that were created at
resource creation time. This patch fixes that by analyzing the resource_map
hash.
The proto property needs to be defaulted to 'all' when it doesn't exist as well
to stop the provider from trying to change it each time.
Jonathan Boyett [Fri, 13 May 2011 20:40:37 +0000 (13:40 -0700)]
remove rulenum param
Jonathan Boyett [Fri, 13 May 2011 20:37:59 +0000 (13:37 -0700)]
munge is data to be of the same type as should
Jonathan Boyett [Fri, 13 May 2011 20:37:30 +0000 (13:37 -0700)]
allow arrays in dport, sport, destination, source, and state
Jonathan Boyett [Thu, 12 May 2011 02:07:27 +0000 (19:07 -0700)]
join arrays and use insert order to determine replacement position
Jonathan Boyett [Thu, 12 May 2011 02:06:48 +0000 (19:06 -0700)]
use array_matching for values which accept arrays
Jonathan Boyett [Wed, 11 May 2011 21:28:39 +0000 (14:28 -0700)]
fix typo
Jonathan Boyett [Wed, 11 May 2011 18:45:47 +0000 (11:45 -0700)]
change default forward drop to use the correct chain
Jonathan Boyett [Wed, 11 May 2011 18:08:52 +0000 (11:08 -0700)]
add missing commas to test manifest. whoops.
Jonathan Boyett [Wed, 11 May 2011 18:07:29 +0000 (11:07 -0700)]
add additional test rules to examples
Jonathan Boyett [Wed, 11 May 2011 16:59:16 +0000 (09:59 -0700)]
convert dports and sports to port numbers during munge
Jonathan Boyett [Wed, 11 May 2011 16:44:14 +0000 (09:44 -0700)]
outiface requires the output chain
Jonathan Boyett [Wed, 11 May 2011 16:37:11 +0000 (09:37 -0700)]
include Puppet::Util::Firewall to fix icmp values
Jonathan Boyett [Tue, 10 May 2011 22:30:46 +0000 (15:30 -0700)]
cleanup flush and insert_order methods
Jonathan Boyett [Tue, 10 May 2011 21:41:07 +0000 (14:41 -0700)]
mk_resource_methods prevents method_missing from running. also add rulenum param
Jonathan Boyett [Tue, 10 May 2011 17:07:38 +0000 (10:07 -0700)]
convert resource[:chain] to string when checking equality and just add name to array
Jonathan Boyett [Mon, 9 May 2011 23:24:29 +0000 (16:24 -0700)]
add examples
Jonathan Boyett [Mon, 9 May 2011 23:24:18 +0000 (16:24 -0700)]
add facter facts
Jonathan Boyett [Mon, 9 May 2011 23:23:50 +0000 (16:23 -0700)]
fix namespacing issues
Jonathan Boyett [Mon, 9 May 2011 23:23:26 +0000 (16:23 -0700)]
convert unless values in validation to strings
Jonathan Boyett [Mon, 9 May 2011 23:22:32 +0000 (16:22 -0700)]
add iptables provider
Jonathan Boyett [Mon, 9 May 2011 17:53:18 +0000 (10:53 -0700)]
firewall type only needs to require firewall util
Jonathan Boyett [Mon, 9 May 2011 17:52:48 +0000 (10:52 -0700)]
add firewall util
Jonathan Boyett [Mon, 9 May 2011 17:52:26 +0000 (10:52 -0700)]
add ipcidr util
Jonathan Boyett [Mon, 9 May 2011 17:31:14 +0000 (10:31 -0700)]
add firewall type to module
Jonathan Boyett [Mon, 9 May 2011 15:56:43 +0000 (08:56 -0700)]
fix readme header
Jonathan Boyett [Mon, 9 May 2011 15:55:19 +0000 (08:55 -0700)]
initial commit