X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dd953811398173fee9a73f7761c7d63902b5391b..35392722739e0c288786f35b49d9c0799c86321f:/roles/imagery.rb?ds=sidebyside diff --git a/roles/imagery.rb b/roles/imagery.rb index 246f83cd1..f243f44c0 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -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]" )