From: Grant Slater Date: Fri, 26 Jul 2013 09:55:23 +0000 (+0100) Subject: Tile: move grisu to orm X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/9c0f589d66c7b2d6b71364fd8669e89434d1f36e?hp=0c02873576cc2045d96bc619db80d4c0fa512941 Tile: move grisu to orm --- diff --git a/roles/grisu.rb b/roles/grisu.rb index 37511e2f2..503a28199 100644 --- a/roles/grisu.rb +++ b/roles/grisu.rb @@ -30,6 +30,9 @@ default_attributes( :squid => { :cache_mem => "9000 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "orm.openstreetmap.org" } )