X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..df45f7b89ca7af7c2cd3cb7342e6e58e916518d9:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index de22a363c..6a7180339 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -28,7 +28,6 @@ default_attributes( } }, :postgresql => { - :versions => ["10"], :settings => { :defaults => { :shared_buffers => "8GB", @@ -48,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 => [ @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )