]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/attributes/default.rb
Make configuration of hostname work properly
[chef.git] / cookbooks / networking / attributes / default.rb
index b383c450ea800321ea6feb733b53728e427ac364..8d5cb035e220ce622f6b0823c4112825dd9dbc49 100644 (file)
@@ -9,4 +9,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