]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
imagery: delete old lu site
[chef.git] / roles / imagery.rb
index 2f4663447f7fe792378d857c363e1291120926b9..450f8c95a9e120c69f973d8dcf2b45ab5202c10b 100644 (file)
@@ -12,7 +12,7 @@ default_attributes(
     }
   },
   :apt => {
-    :sources => ["nginx"]
+    :sources => %w[ubuntugis-unstable]
   },
   :sysctl => {
     :sockets => {
@@ -55,5 +55,6 @@ run_list(
   "recipe[imagery::gb_surrey_aerial]",
   "recipe[imagery::za_ngi_topo]",
   "recipe[imagery::za_coct_aerial]",
-  "recipe[imagery::na_sgswa_topo.rb]"
+  "recipe[imagery::na_sgswa_topo]",
+  "recipe[imagery::lu_ngl_dtm]"
 )