X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e40d75853638f093d52f9c7d82e9a73d670e2035..0044078ddc06dac65be8e6405e3bb0f54d63d5b7:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index c7c0441e0..f243f44c0 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -4,16 +4,15 @@ 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"] - }, :sysctl => { :sockets => { :comment => "Increase size of connection queue", @@ -53,6 +52,9 @@ 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]", + "recipe[imagery::lu_ngl_dtm]", + "recipe[imagery::lu_lidar_hillshade]" )