]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Tile: Move grisu + ridgeback + tabaluga back to default render"
authorGrant Slater <git@firefishy.com>
Sat, 3 Aug 2013 14:26:02 +0000 (15:26 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 3 Aug 2013 14:26:02 +0000 (15:26 +0100)
This reverts commit b6451456559ccef3a6f18ba8ecb1975b9fae8cef.

roles/grisu.rb
roles/ridgeback.rb
roles/tabaluga.rb

index 37511e2f26079b61d77735c7740ce242c997fc08..503a28199b86fde67bf8a90055fb847dc17962e0 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 => "orm.openstreetmap.org"
   }
 )
 
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"
+  },
+  :tilecache => {
+    :tile_parent => "orm.openstreetmap.org"
   }
 )
 
index 20b4494dc02defd508a158a441f9099d4839446b..6ba4c3b7d2d440adcce61dbd2800aa4c381ad62c 100644 (file)
@@ -28,7 +28,8 @@ default_attributes(
   },
   :tilecache => {
     :ip_bucket_refill => "6144",
-    :net_bucket_refill => "24576"
+    :net_bucket_refill => "24576",
+    :tile_parent => "orm.openstreetmap.org"
   }
 )