X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3a4b1c2078cd515e93a5f1bf8967f380fbd1646f..51d2d8bd33c63ea03f65089efc2c189e04b74970:/cookbooks/networking/attributes/default.rb diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index 49bd27a57..a98942e4b 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,3 +1,12 @@ +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][:nameservers] = [] +default[:networking][:search] = [] +default[:networking][:dnssec] = "allow-downgrade"