From: Tom Hughes Date: Mon, 4 Jul 2022 19:12:18 +0000 (+0100) Subject: Make horntail and norbert into geodns servers X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/905d99c6ae2173352781dde5775e8400fa8ac0fb?ds=sidebyside;hp=10eb71f0483c022b08c8571123d85c8ca404dacd Make horntail and norbert into geodns servers --- diff --git a/roles/horntail.rb b/roles/horntail.rb index a7a4cc783..a4073e988 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -34,5 +34,6 @@ default_attributes( run_list( "role[equinix-dub]", + "role[geodns]", "role[planet]" ) diff --git a/roles/norbert.rb b/roles/norbert.rb index 3cfe2ba37..b94298604 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -32,5 +32,6 @@ default_attributes( run_list( "role[equinix-ams]", + "role[geodns]", "role[planet]" )