From: Tom Hughes Date: Thu, 24 Sep 2020 17:46:59 +0000 (+0100) Subject: Ignore failures disabling shorewall X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0c5a97135908a0b4bb755d57773b42d70586f03f Ignore failures disabling shorewall --- diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 9281aa391..253ca8f9a 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -453,6 +453,7 @@ else action [:disable, :stop] supports :restart => true status_command "shorewall status" + ignore_failure true end end @@ -594,6 +595,7 @@ unless node.interfaces(:family => :inet6).empty? action [:disable, :stop] supports :restart => true status_command "shorewall6 status" + ignore_failure true end end