From: Tom Hughes Date: Sun, 11 Aug 2013 21:38:42 +0000 (+0100) Subject: Switch falkenstein cache to use render.openstreetmap.org X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/23de2d029cbfaadd76dff7c0d6d59770da0eefa5 Switch falkenstein cache to use render.openstreetmap.org --- diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 20b4494dc..63e85be9f 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -28,7 +28,8 @@ default_attributes( }, :tilecache => { :ip_bucket_refill => "6144", - :net_bucket_refill => "24576" + :net_bucket_refill => "24576", + :tile_parent => "falkenstein.render.openstreetmap.org" } )