X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3cb74c7936b4fe37739e7e4bef8c44589212d52b..442c902d2c22314243121364e4dc33ee8be7915a:/cookbooks/networking/attributes/default.rb?ds=inline diff --git a/cookbooks/networking/attributes/default.rb b/cookbooks/networking/attributes/default.rb index b383c450e..8edc93279 100644 --- a/cookbooks/networking/attributes/default.rb +++ b/cookbooks/networking/attributes/default.rb @@ -1,3 +1,4 @@ +default[:networking][:firewall][:enabled] = true default[:networking][:firewall][:inet] = [] default[:networking][:firewall][:inet6] = [] default[:networking][:firewall][:http_rate_limit] = "-" @@ -9,4 +10,5 @@ default[:networking][:firewall][:mangle] = true default[:networking][:interfaces] = {} default[:networking][:nameservers] = [] default[:networking][:search] = [] -default[:networking][:netplan] = false +default[:networking][:dnssec] = "allow-downgrade" +default[:networking][:hostname] = node.name