]> git.openstreetmap.org Git - chef.git/blobdiff - roles/angor.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / angor.rb
index 34af680e4578cfcd936a38a8fd2e9c306941ecbd..b3021145c2498a0f53bd2ba90549a019fea91caf 100644 (file)
@@ -17,7 +17,8 @@ default_attributes(
         :role => :external,
         :family => :inet6,
         :address => "2001:43f8:1f4:b00:b283:feff:fed8:dd45",
-        :prefix => "64"
+        :prefix => "64",
+        :gateway => "2001:43f8:1f4:b00::1"
       }
     }
   },
@@ -26,7 +27,7 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "london.render.openstreetmap.org",
+    :tile_parent => "capetown.render.openstreetmap.org",
     :tile_siblings => [
       "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
@@ -38,6 +39,5 @@ default_attributes(
 )
 
 run_list(
-  "role[inxza]",
-  "role[tilecache]"
+  "role[inxza]"
 )