From 18a04da809752cf828d58a957e772b878b0200c9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 12 Apr 2020 17:11:09 +0100 Subject: [PATCH] Remove geodns role from machines which aren't acting as geodns servers --- roles/ascalon.rb | 1 - roles/kalessin.rb | 1 - roles/stormfly-01.rb | 1 - roles/toothless.rb | 1 - 4 files changed, 4 deletions(-) diff --git a/roles/ascalon.rb b/roles/ascalon.rb index f20cf2ec8..9cd93e053 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -34,6 +34,5 @@ default_attributes( run_list( "role[netalerts]", - "role[geodns]", "role[tilecache]" ) diff --git a/roles/kalessin.rb b/roles/kalessin.rb index f8e17d7e6..1a094e65e 100644 --- a/roles/kalessin.rb +++ b/roles/kalessin.rb @@ -50,6 +50,5 @@ default_attributes( run_list( "role[ffrl]", - "role[geodns]", "role[tilecache]" ) diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index eda9debcc..bbd90d35e 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -46,6 +46,5 @@ default_attributes( run_list( "role[osuosl]", "role[hp-dl360-g6]", - "role[geodns]", "role[tilecache]" ) diff --git a/roles/toothless.rb b/roles/toothless.rb index 6d4e7e781..b96cea8d7 100644 --- a/roles/toothless.rb +++ b/roles/toothless.rb @@ -49,6 +49,5 @@ default_attributes( run_list( "role[jump]", - "role[geodns]", "role[tilecache]" ) -- 2.45.1