Skip to content

Commit

Permalink
disable iptables
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Aug 9, 2015
1 parent 4e982e0 commit 66212e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
9 changes: 1 addition & 8 deletions provision/site-cookbooks/wpcli/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@

service "iptables" do
supports :status => true, :restart => true
action [:enable, :start]
end

template "/etc/sysconfig/iptables" do
source "wordpress-iptables.erb"
owner "root"
group "root"
mode "0600"
action [:disable, :stop]
end

execute "mysql-install-wp-privileges" do
Expand Down

This file was deleted.

0 comments on commit 66212e1

Please sign in to comment.