X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0e74e2f70ceb291199499bcd7aa1828e1908fa65..1ce4b4b8855822a61231b92e1bea70e606d7316d:/cookbooks/networking/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 829a6465e..9832ce8f3 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,9 +1,10 @@ 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][:http_rate_limit] = nil +default[:networking][:firewall][:http_connection_limit] = nil default[:networking][:firewall][:allowlist] = [] default[:networking][:roles] = {} default[:networking][:interfaces] = {}