X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e40d75853638f093d52f9c7d82e9a73d670e2035..3b34c7718e74b79167c426a52b52f78bcc5ef600:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index c7c0441e0..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 => { @@ -53,6 +53,7 @@ run_list( "recipe[imagery::gb_hampshire_aerial]", "recipe[imagery::gb_os_sv]", "recipe[imagery::gb_surrey_aerial]", - "recipe[imagery::za_ngi_topo]," - "recipe[imagery::za_coct_aerial]" + "recipe[imagery::za_ngi_topo]", + "recipe[imagery::za_coct_aerial]", + "recipe[imagery::na_sgswa_topo]" )