X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..aab322e1d96e07027666b49a7fbf1443a0367eec:/cookbooks/networking/attributes/default.rb diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 9a03eb3fa..e7dcf265c 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,3 +1,7 @@ -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][:interfaces] = {} +default[:networking][:nameservers] = [] +default[:networking][:search] = []