From 339d4b5739cd0b75955ff0cb1142539e754d2bbc Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 13 Aug 2022 14:11:47 +0300 Subject: [PATCH] Add pnorman user to all tile servers --- roles/tile.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/tile.rb b/roles/tile.rb index 25407d75b..3a51ba7de 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -4,8 +4,9 @@ description "Role applied to all tile servers" default_attributes( :accounts => { :users => { + :pnorman => { :status => :user }, :tile => { - :members => [:jburgess, :tomh] + :members => [:jburgess, :tomh, :pnorman] } } }, -- 2.39.5