Weidong Shao 486c596323 Replace cookbooks for IceHouse release
Change-Id: Ibb6bdd3ed7795b86f773f9cb6ce1dfffb9b79faf
2014-08-07 08:36:02 +00:00

12 lines
400 B
Ruby

name "iptables"
maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Sets up iptables to use a script to maintain rules"
version "0.13.2"
recipe "iptables", "Installs iptables and sets up .d style config directory of iptables rules"
%w{redhat centos debian ubuntu amazon}.each do |os|
supports os
end