]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/log
puppet-modules/puppetlabs-firewall.git
13 years agoAdd note about pluginsync for installation.
Ken Barber [Wed, 22 Jun 2011 19:16:53 +0000 (20:16 +0100)]
Add note about pluginsync for installation.

13 years agoadd masquerade sample to test manifest
Jonathan Boyett [Wed, 22 Jun 2011 17:23:52 +0000 (10:23 -0700)]
add masquerade sample to test manifest

13 years agofix outiface validation to check for postrouting chain
Jonathan Boyett [Wed, 22 Jun 2011 17:23:19 +0000 (10:23 -0700)]
fix outiface validation to check for postrouting chain

13 years agoSmall example for MASQUERADE.
Ken Barber [Mon, 20 Jun 2011 22:30:01 +0000 (23:30 +0100)]
Small example for MASQUERADE.

13 years agoFix 1 line in doc.
Ken Barber [Mon, 20 Jun 2011 22:26:49 +0000 (23:26 +0100)]
Fix 1 line in doc.

13 years agoSome initial parameter documentation for README.markdown.
Ken Barber [Mon, 20 Jun 2011 22:24:18 +0000 (23:24 +0100)]
Some initial parameter documentation for README.markdown.

13 years agoadd additional iptables provider unit tests
Jonathan Boyett [Mon, 20 Jun 2011 20:06:06 +0000 (13:06 -0700)]
add additional iptables provider unit tests

13 years agoadd instances test
Jonathan Boyett [Thu, 16 Jun 2011 22:54:07 +0000 (15:54 -0700)]
add instances test

13 years agoremove unnecessary require from type
Jonathan Boyett [Thu, 16 Jun 2011 21:50:13 +0000 (14:50 -0700)]
remove unnecessary require from type

13 years agolet icmp param accept integers in addition to strings
Jonathan Boyett [Thu, 16 Jun 2011 21:46:29 +0000 (14:46 -0700)]
let icmp param accept integers in addition to strings

13 years agoremove array length validation from dport and sport
Jonathan Boyett [Thu, 16 Jun 2011 18:59:13 +0000 (11:59 -0700)]
remove array length validation from dport and sport

13 years agomove rspec options to rakefile
Jonathan Boyett [Thu, 16 Jun 2011 18:33:14 +0000 (11:33 -0700)]
move rspec options to rakefile

13 years agoremove extra file
Jonathan Boyett [Thu, 16 Jun 2011 18:13:53 +0000 (11:13 -0700)]
remove extra file

13 years agoadd tests for remaining params
Jonathan Boyett [Thu, 16 Jun 2011 18:12:07 +0000 (11:12 -0700)]
add tests for remaining params

13 years agoadd tests for table, proto, jump, source, and destination params
Jonathan Boyett [Wed, 15 Jun 2011 22:08:33 +0000 (15:08 -0700)]
add tests for table, proto, jump, source, and destination params

13 years agoMerge branch 'master' of github.com:puppetlabs/puppetlabs-firewall
Jonathan Boyett [Wed, 15 Jun 2011 21:22:11 +0000 (14:22 -0700)]
Merge branch 'master' of github.com:puppetlabs/puppetlabs-firewall

13 years agoadd test for name, table, chain, dport, and sport parameters
Jonathan Boyett [Wed, 15 Jun 2011 21:18:58 +0000 (14:18 -0700)]
add test for name, table, chain, dport, and sport parameters

13 years agoAdded some notes about how to run tests.
Ken Barber [Wed, 15 Jun 2011 20:54:56 +0000 (22:54 +0200)]
Added some notes about how to run tests.

13 years agoadd rakefile
Jonathan Boyett [Wed, 15 Jun 2011 20:42:58 +0000 (13:42 -0700)]
add rakefile

13 years agoadd type tests
Jonathan Boyett [Wed, 15 Jun 2011 20:42:49 +0000 (13:42 -0700)]
add type tests

13 years agoadd provider tests
Jonathan Boyett [Wed, 15 Jun 2011 20:42:36 +0000 (13:42 -0700)]
add provider tests

13 years agoadd spec.opts
Jonathan Boyett [Wed, 15 Jun 2011 20:42:15 +0000 (13:42 -0700)]
add spec.opts

13 years agoadd spec_helper
Jonathan Boyett [Wed, 15 Jun 2011 20:42:01 +0000 (13:42 -0700)]
add spec_helper

13 years agoMore doc improvements.
Ken Barber [Wed, 15 Jun 2011 15:34:26 +0000 (17:34 +0200)]
More doc improvements.

13 years agoAdded some more examples and README cleanup.
Ken Barber [Wed, 15 Jun 2011 15:28:52 +0000 (17:28 +0200)]
Added some more examples and README cleanup.

13 years agoIgnore pkg/ so when we generate a forge module we don't also try to add that
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.

13 years agoAdded LICENSE and Modulefile to complete scaffolding.
Ken Barber [Wed, 15 Jun 2011 15:15:35 +0000 (17:15 +0200)]
Added LICENSE and Modulefile to complete scaffolding.

13 years agoFirewall wasn't acknowledging new properties, only ones that were created at
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.

14 years agoremove rulenum param
Jonathan Boyett [Fri, 13 May 2011 20:40:37 +0000 (13:40 -0700)]
remove rulenum param

14 years agomunge is data to be of the same type as should
Jonathan Boyett [Fri, 13 May 2011 20:37:59 +0000 (13:37 -0700)]
munge is data to be of the same type as should

14 years agoallow arrays in dport, sport, destination, source, and state
Jonathan Boyett [Fri, 13 May 2011 20:37:30 +0000 (13:37 -0700)]
allow arrays in dport, sport, destination, source, and state

14 years agojoin arrays and use insert order to determine replacement position
Jonathan Boyett [Thu, 12 May 2011 02:07:27 +0000 (19:07 -0700)]
join arrays and use insert order to determine replacement position

14 years agouse array_matching for values which accept arrays
Jonathan Boyett [Thu, 12 May 2011 02:06:48 +0000 (19:06 -0700)]
use array_matching for values which accept arrays

14 years agofix typo
Jonathan Boyett [Wed, 11 May 2011 21:28:39 +0000 (14:28 -0700)]
fix typo

14 years agochange default forward drop to use the correct chain
Jonathan Boyett [Wed, 11 May 2011 18:45:47 +0000 (11:45 -0700)]
change default forward drop to use the correct chain

14 years agoadd missing commas to test manifest. whoops.
Jonathan Boyett [Wed, 11 May 2011 18:08:52 +0000 (11:08 -0700)]
add missing commas to test manifest. whoops.

14 years agoadd additional test rules to examples
Jonathan Boyett [Wed, 11 May 2011 18:07:29 +0000 (11:07 -0700)]
add additional test rules to examples

14 years agoconvert dports and sports to port numbers during munge
Jonathan Boyett [Wed, 11 May 2011 16:59:16 +0000 (09:59 -0700)]
convert dports and sports to port numbers during munge

14 years agooutiface requires the output chain
Jonathan Boyett [Wed, 11 May 2011 16:44:14 +0000 (09:44 -0700)]
outiface requires the output chain

14 years agoinclude Puppet::Util::Firewall to fix icmp values
Jonathan Boyett [Wed, 11 May 2011 16:37:11 +0000 (09:37 -0700)]
include Puppet::Util::Firewall to fix icmp values

14 years agocleanup flush and insert_order methods
Jonathan Boyett [Tue, 10 May 2011 22:30:46 +0000 (15:30 -0700)]
cleanup flush and insert_order methods

14 years agomk_resource_methods prevents method_missing from running. also add rulenum param
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

14 years agoconvert resource[:chain] to string when checking equality and just add name to array
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

14 years agoadd examples
Jonathan Boyett [Mon, 9 May 2011 23:24:29 +0000 (16:24 -0700)]
add examples

14 years agoadd facter facts
Jonathan Boyett [Mon, 9 May 2011 23:24:18 +0000 (16:24 -0700)]
add facter facts

14 years agofix namespacing issues
Jonathan Boyett [Mon, 9 May 2011 23:23:50 +0000 (16:23 -0700)]
fix namespacing issues

14 years agoconvert unless values in validation to strings
Jonathan Boyett [Mon, 9 May 2011 23:23:26 +0000 (16:23 -0700)]
convert unless values in validation to strings

14 years agoadd iptables provider
Jonathan Boyett [Mon, 9 May 2011 23:22:32 +0000 (16:22 -0700)]
add iptables provider

14 years agofirewall type only needs to require firewall util
Jonathan Boyett [Mon, 9 May 2011 17:53:18 +0000 (10:53 -0700)]
firewall type only needs to require firewall util

14 years agoadd firewall util
Jonathan Boyett [Mon, 9 May 2011 17:52:48 +0000 (10:52 -0700)]
add firewall util

14 years agoadd ipcidr util
Jonathan Boyett [Mon, 9 May 2011 17:52:26 +0000 (10:52 -0700)]
add ipcidr util

14 years agoadd firewall type to module
Jonathan Boyett [Mon, 9 May 2011 17:31:14 +0000 (10:31 -0700)]
add firewall type to module

14 years agofix readme header
Jonathan Boyett [Mon, 9 May 2011 15:56:43 +0000 (08:56 -0700)]
fix readme header

14 years agoinitial commit
Jonathan Boyett [Mon, 9 May 2011 15:55:19 +0000 (08:55 -0700)]
initial commit