Commit f79fd73939eff359ecacfbeb5aaa36e2c8177694

Authored by Athos
1 parent 59a1c1cf

make sure iptables service has started

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/reverse_proxy/recipes/default.rb
1 1 package 'iptables-services'
2 2  
3 3 service 'iptables' do
4   - action :enable
  4 + action [:enable, :start]
5 5 supports :restart => true
6 6 end
7 7  
... ...