X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..fba89b0d71a9dd87d0c3c57fb2f84263c3b36a14:/cookbooks/networking/attributes/default.rb diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 0caaa967e..e7dcf265c 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,3 +1,7 @@ +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] = []