X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..c560709251e1018e020fe4bd839b8af1307b649c:/cookbooks/networking/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 9a03eb3fa..f7db87730 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,3 +1,11 @@ -default[:networking][:interfaces] = { } -default[:networking][:nameservers] = [ ] -default[:networking][:search] = [ ] +default[:networking][:firewall][:inet] = [] +default[:networking][:firewall][:inet6] = [] +default[:networking][:firewall][:http_rate_limit] = "-" +default[:networking][:firewall][:http_connection_limit] = "-" +default[:networking][:firewall][:log] = true +default[:networking][:firewall][:mark] = true +default[:networking][:firewall][:raw] = true +default[:networking][:firewall][:mangle] = true +default[:networking][:interfaces] = {} +default[:networking][:nameservers] = [] +default[:networking][:search] = []