From 281fc20d397cae1ff966d0157a351f4958ce8d24 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Nov 2022 22:33:01 +0000 Subject: [PATCH] Bump norman up to administrator on tile servers --- roles/tile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tile.rb b/roles/tile.rb index d0de61bbe..1a701aa2d 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -4,7 +4,7 @@ description "Role applied to all tile servers" default_attributes( :accounts => { :users => { - :pnorman => { :status => :user }, + :pnorman => { :status => :administrator }, :tile => { :members => [:jburgess, :tomh, :pnorman] } -- 2.39.5