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