X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/06023b24f04a5f5cf8748aaeb957d7446a65e663..bb01eaa9176f18aacc218e8f706f987afd13595e:/roles/dribble.rb diff --git a/roles/dribble.rb b/roles/dribble.rb index 919720597..ce6da2fac 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -31,11 +31,12 @@ default_attributes( }, :accounts => { :users => { - :kevin => { :status => :user } + :stereo => { :status => :administrator } } } ) run_list( - "role[equinix-ams]" + "role[equinix-ams]", + "role[taginfo]" )