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