]> git.openstreetmap.org Git - chef.git/commitdiff
Switch falkenstein cache to use render.openstreetmap.org
authorTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 21:38:42 +0000 (22:38 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Aug 2013 21:38:42 +0000 (22:38 +0100)
roles/tabaluga.rb

index 20b4494dc02defd508a158a441f9099d4839446b..63e85be9fd31a9b9e828a6455252c3940e2e53f3 100644 (file)
@@ -28,7 +28,8 @@ default_attributes(
   },
   :tilecache => {
     :ip_bucket_refill => "6144",
-    :net_bucket_refill => "24576"
+    :net_bucket_refill => "24576",
+    :tile_parent => "falkenstein.render.openstreetmap.org"
   }
 )