X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8fc1d48820c7278ad111f4b965e71c08fc1f8a29..743ccc20d107fb66d801138af23752fd6b4fa701:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index ad003331c..6a7180339 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -48,9 +48,9 @@ default_attributes( :tile => { :database => { :cluster => "12/main", - :postgis => "3", - :mapnik => "3.1" + :postgis => "3" }, + :mapnik => "3.1", :styles => { :default => { :tile_directories => [ @@ -62,6 +62,6 @@ default_attributes( ) run_list( - "role[equinix]", + "role[equinix-ams]", "role[tile]" )