X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/afec388815f9165661542a169ad3c19ee3d69b38..a73f3c8b5bf30fc55891e5b3df72106499824b9f:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index 36929a7bb..b0c497647 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -47,7 +47,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "12/main", + :cluster => "14/main", :postgis => "3" }, :mapnik => "3.1", @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )