From: Grant Slater Date: Sat, 27 Jul 2013 14:18:37 +0000 (+0100) Subject: Tile: move tabaluga to orm X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0f277323bfa828bdbe969bf0af262a1181df7517?hp=a609239441837f702060a234bb3a073db6771661 Tile: move tabaluga to orm --- diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 20b4494dc..6ba4c3b7d 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 => "orm.openstreetmap.org" } )