X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4378e24ae196a1ff6af4f9994dcc54425498f7ba..a73f3c8b5bf30fc55891e5b3df72106499824b9f:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index 238e403ae..b0c497647 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -47,9 +47,10 @@ default_attributes( }, :tile => { :database => { - :cluster => "12/main", + :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]" )