]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Add support for using an nftables based firewall
[chef.git] / cookbooks / networking / attributes / default.rb
index aef019dd59434b856106e69c533abea66a43932c..84ccd170d87801c76b4c061f3a50c9706beb4533 100644 (file)
@@ -1,6 +1,10 @@
+default[:networking][:firewall][:engine] = "shorewall"
 default[:networking][:firewall][:enabled] = true
 default[:networking][:firewall][:inet] = []
 default[:networking][:firewall][:inet6] = []
+default[:networking][:firewall][:sets] = []
+default[:networking][:firewall][:incoming] = []
+default[:networking][:firewall][:outgoing] = []
 default[:networking][:firewall][:http_rate_limit] = "-"
 default[:networking][:firewall][:http_connection_limit] = "-"
 default[:networking][:firewall][:log] = true