X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/960aab171789210b26f3e9b83319fc492b4eda43..d29e6aa0b03a30551cbbdadc9354aedd4231929d:/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" + ] } )