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