X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b4529349961ad098922592ac99c5ab2216f2b5d6..842193c1cb41f57515bb785120c61882eac99de4:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index e1d4881a9..fedd79afc 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -12,7 +12,7 @@ default_attributes( } }, :apt => { - :sources => ["nginx"] + :sources => %w[nginx ubuntugis-unstable] }, :sysctl => { :sockets => { @@ -54,5 +54,6 @@ run_list( "recipe[imagery::gb_os_sv]", "recipe[imagery::gb_surrey_aerial]", "recipe[imagery::za_ngi_topo]", - "recipe[imagery::za_coct_aerial]" + "recipe[imagery::za_coct_aerial]", + "recipe[imagery::na_sgswa_topo]" )