X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7db69a4c74ce9e98992d538a552524880eb85a2..35392722739e0c288786f35b49d9c0799c86321f:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index 2f4663447..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", @@ -55,5 +54,7 @@ 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]", + "recipe[imagery::lu_ngl_dtm]", + "recipe[imagery::lu_lidar_hillshade]" )