]> git.openstreetmap.org Git - chef.git/commitdiff
Switch beauharnois cache to use render.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 16:06:06 +0000 (17:06 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 16:06:06 +0000 (17:06 +0100)
roles/grisu.rb

index 37511e2f26079b61d77735c7740ce242c997fc08..dc615033ba212f9d47667695f3ccb6875dd8dd8e 100644 (file)
@@ -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 => "beauharnois.render.openstreetmap.org"
   }
 )