X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/540e3bfef3a066bc85cb5ecf8d7ed1e2a88777fe..dbce62cd3d8659e1ae1fa7524bcc5b1e43062816:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index abe2780ff..b0c497647 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -47,12 +47,12 @@ default_attributes( }, :tile => { :database => { - :cluster => "12/main", + :cluster => "14/main", :postgis => "3" }, + :mapnik => "3.1", :styles => { :default => { - :revision => "v5.0.0", :tile_directories => [ { :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 } ] @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )