]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/shortlog
puppet-modules/puppetlabs-firewall.git
2011-07-11 Jonathan Boyettreplace String#lines with a String#split to ensure...
2011-07-11 Jonathan Boyettensure the name parameter starts with a digit
2011-07-10 Ken BarberAdded quickstart not on how to make firewall rules...
2011-06-28 Jonathan Boyettuse setup methods in iptables_prov_spec
2011-06-28 Jonathan Boyettuse setup_resource method in iptables_type_spec
2011-06-28 Jonathan Boyettcreate helper methods for provider, resource, and insta...
2011-06-22 Ken BarberAdd note about pluginsync for installation.
2011-06-22 Jonathan Boyettadd masquerade sample to test manifest
2011-06-22 Jonathan Boyettfix outiface validation to check for postrouting chain
2011-06-20 Ken BarberSmall example for MASQUERADE.
2011-06-20 Ken BarberFix 1 line in doc.
2011-06-20 Ken BarberSome initial parameter documentation for README.markdown.
2011-06-20 Jonathan Boyettadd additional iptables provider unit tests
2011-06-16 Jonathan Boyettadd instances test
2011-06-16 Jonathan Boyettremove unnecessary require from type
2011-06-16 Jonathan Boyettlet icmp param accept integers in addition to strings
2011-06-16 Jonathan Boyettremove array length validation from dport and sport
2011-06-16 Jonathan Boyettmove rspec options to rakefile
2011-06-16 Jonathan Boyettremove extra file
2011-06-16 Jonathan Boyettadd tests for remaining params
2011-06-15 Jonathan Boyettadd tests for table, proto, jump, source, and destinati...
2011-06-15 Jonathan BoyettMerge branch 'master' of github.com:puppetlabs/puppetla...
2011-06-15 Jonathan Boyettadd test for name, table, chain, dport, and sport param...
2011-06-15 Ken BarberAdded some notes about how to run tests.
2011-06-15 Jonathan Boyettadd rakefile
2011-06-15 Jonathan Boyettadd type tests
2011-06-15 Jonathan Boyettadd provider tests
2011-06-15 Jonathan Boyettadd spec.opts
2011-06-15 Jonathan Boyettadd spec_helper
2011-06-15 Ken BarberMore doc improvements.
2011-06-15 Ken BarberAdded some more examples and README cleanup.
2011-06-15 Ken BarberIgnore pkg/ so when we generate a forge module we don...
2011-06-15 Ken BarberAdded LICENSE and Modulefile to complete scaffolding.
2011-06-15 Ken BarberFirewall wasn't acknowledging new properties, only...
2011-05-13 Jonathan Boyettremove rulenum param
2011-05-13 Jonathan Boyettmunge is data to be of the same type as should
2011-05-13 Jonathan Boyettallow arrays in dport, sport, destination, source,...
2011-05-12 Jonathan Boyettjoin arrays and use insert order to determine replaceme...
2011-05-12 Jonathan Boyettuse array_matching for values which accept arrays
2011-05-11 Jonathan Boyettfix typo
2011-05-11 Jonathan Boyettchange default forward drop to use the correct chain
2011-05-11 Jonathan Boyettadd missing commas to test manifest. whoops.
2011-05-11 Jonathan Boyettadd additional test rules to examples
2011-05-11 Jonathan Boyettconvert dports and sports to port numbers during munge
2011-05-11 Jonathan Boyettoutiface requires the output chain
2011-05-11 Jonathan Boyettinclude Puppet::Util::Firewall to fix icmp values
2011-05-10 Jonathan Boyettcleanup flush and insert_order methods
2011-05-10 Jonathan Boyettmk_resource_methods prevents method_missing from runnin...
2011-05-10 Jonathan Boyettconvert resource[:chain] to string when checking equali...
2011-05-09 Jonathan Boyettadd examples
2011-05-09 Jonathan Boyettadd facter facts
2011-05-09 Jonathan Boyettfix namespacing issues
2011-05-09 Jonathan Boyettconvert unless values in validation to strings
2011-05-09 Jonathan Boyettadd iptables provider
2011-05-09 Jonathan Boyettfirewall type only needs to require firewall util
2011-05-09 Jonathan Boyettadd firewall util
2011-05-09 Jonathan Boyettadd ipcidr util
2011-05-09 Jonathan Boyettadd firewall type to module
2011-05-09 Jonathan Boyettfix readme header
2011-05-09 Jonathan Boyettinitial commit