From: Grant Slater Date: Mon, 22 Jul 2013 16:34:26 +0000 (+0100) Subject: Switch bunyip to orm as tilecache parent X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3d8bf0caff6c80d8bd3dfd91dbd8a9b003184434?hp=879534787f4a168f9578d1336097943da9e9f538 Switch bunyip to orm as tilecache parent --- diff --git a/roles/bunyip.rb b/roles/bunyip.rb index cf73f558d..6a3ccae9e 100644 --- a/roles/bunyip.rb +++ b/roles/bunyip.rb @@ -80,6 +80,9 @@ default_attributes( :squid => { :cache_mem => "5000 MB", :cache_dir => "coss /dev/cciss/c0d1 128000 block-size=8192 max-size=262144 membufs=80" + }, + :tilecache => { + :tile_parent => "orm.openstreetmap.org" } )