]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
imagery: enable lu imagery
[chef.git] / roles / imagery.rb
index fbe2e0745776ea421d3f7540ba128e5fa80aee7f..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]"
+  "recipe[imagery::na_sgswa_topo]",
+  "recipe[imagery::lu_ngl_dtm]"
 )