]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
tilecache: Remove USA peers from NZ caches
[chef.git] / roles / imagery.rb
index 8f13b6baa871205b9c83c1cd5e45f8356e51f6de..fcab7573849ee8c0beeded77fc434baa3916578d 100644 (file)
@@ -12,7 +12,7 @@ default_attributes(
     }
   },
   :apt => {
-    :sources => ["nginx"]
+    :sources => ["nginx", "ubuntugis-unstable"]
   },
   :sysctl => {
     :sockets => {
@@ -49,8 +49,11 @@ default_attributes(
 
 run_list(
   "recipe[imagery::au_agri]",
+  "recipe[imagery::gb_ea]",
   "recipe[imagery::gb_hampshire_aerial]",
   "recipe[imagery::gb_os_sv]",
   "recipe[imagery::gb_surrey_aerial]",
-  "recipe[imagery::za_ngi_topo]"
+  "recipe[imagery::za_ngi_topo]",
+  "recipe[imagery::za_coct_aerial]",
+  "recipe[imagery::na_sgswa_topo]"
 )