X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..86edbbca8af9903fca18dbb20a6ea2ca62e7d97c:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 20b4494dc..af0ea0edd 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -28,7 +28,13 @@ default_attributes( }, :tilecache => { :ip_bucket_refill => "6144", - :net_bucket_refill => "24576" + :net_bucket_refill => "24576", + :tile_parent => "falkenstein.render.openstreetmap.org", + :tile_siblings => [ + "trogdor.openstreetmap.org", + "lurien.openstreetmap.org", + "ridgeback.openstreetmap.org" + ] } )