X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e1b667fd051d79875816508e4af7ecc7a4a5062b..bbb9cb4d1aa7a07150471bc26c05f2a5558b6230:/cookbooks/networking/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 12f72aa9f..8101a9b89 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -653,7 +653,7 @@ if node[:networking][:firewall][:engine] == "shorewall" end elsif node[:networking][:firewall][:engine] == "nftables" service "shorewall6" do - action [:disable, :stop] + action :stop end package "shorewall6" do @@ -661,7 +661,7 @@ elsif node[:networking][:firewall][:engine] == "nftables" end service "shorewall" do - action [:disable, :stop] + action :stop end systemd_service "shorewall-docker" do