X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d0661470ef7a5a433d4c56a576a7d0eecf9ad9af..743ccc20d107fb66d801138af23752fd6b4fa701:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index ac19a286d..6a7180339 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -47,9 +47,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "10/main", - :postgis => "2.4" + :cluster => "12/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]" )