X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0c5a97135908a0b4bb755d57773b42d70586f03f..ce136e365e7258d85a27d44eb2817f881d78d25f:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 253ca8f9a..eba2208f5 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -447,6 +447,7 @@ if node[:networking][:firewall][:enabled] action [:enable, :start] supports :restart => true status_command "shorewall status" + ignore_failure true end else service "shorewall" do @@ -589,6 +590,7 @@ unless node.interfaces(:family => :inet6).empty? action [:enable, :start] supports :restart => true status_command "shorewall6 status" + ignore_failure true end else service "shorewall6" do