]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: enable lu imagery
authorGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 21:49:32 +0000 (21:49 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 24 Mar 2020 21:49:32 +0000 (21:49 +0000)
roles/imagery.rb

index b561689a731aa03a34b837fea476578ab3178685..450f8c95a9e120c69f973d8dcf2b45ab5202c10b 100644 (file)
@@ -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]"
 )