From: Tom Hughes Date: Fri, 25 Sep 2020 07:24:21 +0000 (+0100) Subject: Ignore failures starting shorewall X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/792a9fd3f74799d8e6409ed9e583da45317a622f Ignore failures starting shorewall --- 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