From 905d99c6ae2173352781dde5775e8400fa8ac0fb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 4 Jul 2022 20:12:18 +0100 Subject: [PATCH] Make horntail and norbert into geodns servers --- roles/horntail.rb | 1 + roles/norbert.rb | 1 + 2 files changed, 2 insertions(+) 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]" ) -- 2.45.1