]> git.openstreetmap.org Git - chef.git/commitdiff
Tile: move ridgeback to orm
authorGrant Slater <git@firefishy.com>
Sat, 27 Jul 2013 14:52:18 +0000 (15:52 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 27 Jul 2013 14:52:18 +0000 (15:52 +0100)
roles/ridgeback.rb

index 743987685747914b0125a61b4718e3b157acd144..cd992b20fdc9593626ebe1fea23442be20a5661f 100644 (file)
@@ -17,6 +17,9 @@ default_attributes(
   :squid => {
     :cache_mem => "5500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   :squid => {
     :cache_mem => "5500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "orm.openstreetmap.org"
   }
 )
 
   }
 )