end
elsif node[:networking][:firewall][:engine] == "nftables"
service "shorewall6" do
- action [:disable, :stop]
+ action :stop
end
package "shorewall6" do
end
service "shorewall" do
- action [:disable, :stop]
+ action :stop
end
systemd_service "shorewall-docker" do