X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba9d20caa2cf88a7ffa8d520ab33f674d57c058d..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index 8b2986f61..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 => { @@ -53,5 +55,8 @@ 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_ngi_topo]", + "recipe[imagery::za_coct_aerial]", + "recipe[imagery::na_sgswa_topo]", + "recipe[imagery::lu_ngl_dtm]" )