Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
iptables v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Dec 21, 2011
1 parent dc27cc3 commit 8f7693d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions iptables/README.md
Expand Up @@ -8,7 +8,12 @@ general firewall cookbook, see __Roadmap__.
Changes
=======

## v0.9.3:
### v0.10.0:

* [COOK-641] - be able to save output on rhel-family
* [COOK-655] - use a template from other cookbooks

### v0.9.3:

* Current public release.

Expand All @@ -34,7 +39,7 @@ default

The default recipe will install iptables and provides a perl script
(installed in `/usr/sbin/rebuild-iptables`) to manage rebuilding
firewall rules from files dropped off in `/etc/iptables.d`.
firewall rules from files dropped off in `/etc/iptables.d`.

Definitions
===========
Expand Down Expand Up @@ -70,7 +75,7 @@ This would go in the cookbook,
`recipe[httpd]`:

iptables_rule "http"

License and Author
==================

Expand Down
2 changes: 1 addition & 1 deletion iptables/metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Sets up iptables to use a script to maintain rules"
version "0.9.3"
version "0.10.0"

recipe "iptables", "Installs iptables and sets up .d style config directory of iptables rules"
%w{ redhat centos debian ubuntu}.each do |os|
Expand Down

0 comments on commit 8f7693d

Please sign in to comment.