X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7db69a4c74ce9e98992d538a552524880eb85a2..f4f4f414e7e325cfa0383817fa6a01d32cfe07d0:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index 2f4663447..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 => { @@ -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]" )