X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8cb0dff3028536a89e82db81e5b908e6c037c1c7..e7c555306567016d5270fb690d853bef9d7be486:/cookbooks/networking/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index e7dcf265c..b1260170d 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -2,6 +2,11 @@ default[:networking][:firewall][:inet] = [] default[:networking][:firewall][:inet6] = [] 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][:interfaces] = {} default[:networking][:nameservers] = [] default[:networking][:search] = [] +default[:networking][:resolved] = true