]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
Update bundle
[chef.git] / roles / imagery.rb
index 246f83cd1d6c5319b133fd3e718b0c5e129bd916..f243f44c0cbc8921804b75a8dbb32b51a81dd7d1 100644 (file)
@@ -13,9 +13,6 @@ default_attributes(
       }
     }
   },
-  :apt => {
-    :sources => %w[ubuntugis-unstable]
-  },
   :sysctl => {
     :sockets => {
       :comment => "Increase size of connection queue",
@@ -58,5 +55,6 @@ run_list(
   "recipe[imagery::za_ngi_topo]",
   "recipe[imagery::za_coct_aerial]",
   "recipe[imagery::na_sgswa_topo]",
-  "recipe[imagery::lu_ngl_dtm]"
+  "recipe[imagery::lu_ngl_dtm]",
+  "recipe[imagery::lu_lidar_hillshade]"
 )