X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ccfa52cb5bce88a14e36a9967c5803570321c325..7ceeae1a312e18a1bb2d05c357455f3c058e3975:/cookbooks/networking/attributes/default.rb diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 84ccd170d..ac47543f1 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,16 +1,10 @@ -default[:networking][:firewall][:engine] = "shorewall" default[:networking][:firewall][:enabled] = true -default[:networking][:firewall][:inet] = [] -default[:networking][:firewall][:inet6] = [] default[:networking][:firewall][:sets] = [] default[:networking][:firewall][:incoming] = [] default[:networking][:firewall][:outgoing] = [] 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][:firewall][:whitelist] = [] 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]