From dd953811398173fee9a73f7761c7d63902b5391b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 24 Mar 2020 22:42:14 +0000 Subject: [PATCH] imagery: give dmlu + stereo accounts --- cookbooks/imagery/recipes/lu_ngl_dtm.rb | 2 +- roles/imagery.rb | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cookbooks/imagery/recipes/lu_ngl_dtm.rb b/cookbooks/imagery/recipes/lu_ngl_dtm.rb index 19e60f5d5..620be7cec 100644 --- a/cookbooks/imagery/recipes/lu_ngl_dtm.rb +++ b/cookbooks/imagery/recipes/lu_ngl_dtm.rb @@ -26,7 +26,6 @@ end imagery_layer "ana_dtm_2017" do site "ana-dtm-2017.openstreetmap.lu" - default_layer true projection "EPSG:3857" source "/data/imagery/lu/LUREF_NGL/ANA_LUREF_NGL_DTM-epsg-3857-compress.tif" max_zoom 21 @@ -36,6 +35,7 @@ end imagery_layer "ana_dtm_2017_hillshading" do site "ana-dtm-2017.openstreetmap.lu" + default_layer true projection "EPSG:2169" source "/data/imagery/lu/LUREF_NGL/lu_hillshade_2017.tif" max_zoom 21 diff --git a/roles/imagery.rb b/roles/imagery.rb index 450f8c95a..246f83cd1 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 ] } } }, -- 2.43.2