From f79fd73939eff359ecacfbeb5aaa36e2c8177694 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Tue, 28 Apr 2015 10:33:42 -0300 Subject: [PATCH] make sure iptables service has started --- cookbooks/reverse_proxy/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/reverse_proxy/recipes/default.rb b/cookbooks/reverse_proxy/recipes/default.rb index 6619f20..0349ce2 100644 --- a/cookbooks/reverse_proxy/recipes/default.rb +++ b/cookbooks/reverse_proxy/recipes/default.rb @@ -1,7 +1,7 @@ package 'iptables-services' service 'iptables' do - action :enable + action [:enable, :start] supports :restart => true end -- libgit2 0.21.2