From: Grant Slater Date: Wed, 2 Aug 2023 02:38:40 +0000 (+0100) Subject: Enable crm-staging on dribble and add user kevin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/91ea002ac9e3f1383e3f4d857f6157491e27dea9 Enable crm-staging on dribble and add user kevin --- diff --git a/roles/dribble.rb b/roles/dribble.rb index 0bf3d0705..4bee4b722 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -31,11 +31,13 @@ default_attributes( }, :accounts => { :users => { - :msbarry => { :status => :user } + :msbarry => { :status => :user }, + :kevin => { :status => :user } } } ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[crm-staging]" )