SamSu 9ca03fcd19 if not any conf change, service will not restart
Change-Id: I821ee220c4242dca427ce8ae05f51e23fdd6064e
2014-03-05 18:25:55 -08:00

12 lines
394 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.12.0"
recipe "iptables", "Installs iptables and sets up .d style config directory of iptables rules"
%w{ redhat centos debian ubuntu}.each do |os|
supports os
end