Skip to content
Extraits de code Groupes Projets
iptables.rb 183 octets
Newer Older
Michael Sofaer's avatar
Michael Sofaer a validé
cookbook_file "/etc/sysconfig/iptables" do
  source "iptables"
end

execute "restart iptables" do  #TODO only do this if the file changes
  command "/etc/init.d/iptables restart"
end