]> git.openstreetmap.org Git - chef.git/commitdiff
Switch bunyip to orm as tilecache parent
authorGrant Slater <git@firefishy.com>
Mon, 22 Jul 2013 16:34:26 +0000 (17:34 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 22 Jul 2013 16:34:26 +0000 (17:34 +0100)
roles/bunyip.rb

index cf73f558d007f4a8c93a9a497a313ca2fd3b7a55..6a3ccae9ea87d118be4cb8ac0603367add64065d 100644 (file)
@@ -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"
   }
 )