X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ceeae1a312e18a1bb2d05c357455f3c058e3975..e92ed5e09215d67f2bd7dc21a32425d7ec5aa26f:/cookbooks/networking/attributes/default.rb diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index ac47543f1..9832ce8f3 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,10 +1,11 @@ default[:networking][:firewall][:enabled] = true default[:networking][:firewall][:sets] = [] +default[:networking][:firewall][:helpers] = [] default[:networking][:firewall][:incoming] = [] default[:networking][:firewall][:outgoing] = [] -default[:networking][:firewall][:http_rate_limit] = "-" -default[:networking][:firewall][:http_connection_limit] = "-" -default[:networking][:firewall][:whitelist] = [] +default[:networking][:firewall][:http_rate_limit] = nil +default[:networking][:firewall][:http_connection_limit] = nil +default[:networking][:firewall][:allowlist] = [] default[:networking][:roles] = {} default[:networking][:interfaces] = {} default[:networking][:nameservers] = %w[8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844]