X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eabf7c0cc8cc98712fd153735009ff8800d72a7e..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/roles/gorwen.rb diff --git a/roles/gorwen.rb b/roles/gorwen.rb index d02c39d2e..640c0599b 100644 --- a/roles/gorwen.rb +++ b/roles/gorwen.rb @@ -43,11 +43,14 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "bogota.render.openstreetmap.org", + :tile_siblings => [ + "glaedr.openstreetmap.org" + ] } ) run_list( - "role[edgeuno]", + "role[edgeuno-co]", "role[tilecache]" )