From 23de2d029cbfaadd76dff7c0d6d59770da0eefa5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 11 Aug 2013 22:38:42 +0100 Subject: [PATCH] Switch falkenstein cache to use render.openstreetmap.org --- roles/tabaluga.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ) -- 2.43.2