X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0d9d62f20b15d6dcffc10acc82cac845f7f5ca76..326c5812d75aead1235c1df0e33baaf81f9730f8:/roles/imagery.rb diff --git a/roles/imagery.rb b/roles/imagery.rb index b561689a7..898e0dcdf 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -4,10 +4,12 @@ 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 ] } } }, @@ -55,5 +57,7 @@ run_list( "recipe[imagery::gb_surrey_aerial]", "recipe[imagery::za_ngi_topo]", "recipe[imagery::za_coct_aerial]", - "recipe[imagery::na_sgswa_topo]" + "recipe[imagery::na_sgswa_topo]", + "recipe[imagery::lu_ngl_dtm]", + "recipe[imagery::lu_lidar_hillshade]" )