X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b4529349961ad098922592ac99c5ab2216f2b5d6..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index e1d4881a9..fcab75738 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -12,7 +12,7 @@ default_attributes( } }, :apt => { - :sources => ["nginx"] + :sources => ["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]" )