]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore failures disabling shorewall
authorTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 17:46:59 +0000 (18:46 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 24 Sep 2020 17:47:25 +0000 (18:47 +0100)
cookbooks/networking/recipes/default.rb

index 9281aa3915ff1e73f3ecacaf16e908bbdf407204..253ca8f9afa0edb0518e51e664ae6cbe5f10149d 100644 (file)
@@ -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