X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7117b830c7c0069ff9591147f52ce15c1bf2c79a..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index 16195af6f..246f83cd1 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -4,15 +4,17 @@ description "Role applied to all imagery servers" default_attributes( :accounts => { :users => { + :dmlu => { :status => :user }, :htonl => { :status => :user }, + :stereo => { :status => :user }, :imagery => { :status => :role, - :members => [:grant, :tomh, :htonl] + :members => [:grant, :tomh, :dmlu, :htonl, :stereo ] } } }, :apt => { - :sources => ["nginx"] + :sources => %w[ubuntugis-unstable] }, :sysctl => { :sockets => { @@ -49,7 +51,12 @@ default_attributes( run_list( "recipe[imagery::au_agri]", + "recipe[imagery::gb_ea]", "recipe[imagery::gb_hampshire_aerial]", "recipe[imagery::gb_os_sv]", - "recipe[imagery::gb_surrey_aerial]" + "recipe[imagery::gb_surrey_aerial]", + "recipe[imagery::za_ngi_topo]", + "recipe[imagery::za_coct_aerial]", + "recipe[imagery::na_sgswa_topo]", + "recipe[imagery::lu_ngl_dtm]" )