From 7143d7f5c13d3a9204a9ed7c39bc71763edaae32 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 22 Aug 2025 18:52:20 +0100 Subject: [PATCH] Temporarily remove tile role from odin --- roles/odin.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/odin.rb b/roles/odin.rb index 9d5bd1cfc..efc95ea88 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -110,7 +110,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "16/main", + :cluster => "17/main", :postgis => "3" }, :mapnik => "3.1", @@ -125,6 +125,5 @@ default_attributes( ) run_list( - "role[equinix-ams-public]", - "role[tile]" + "role[equinix-ams-public]" ) -- 2.39.5