Skip to content

Commit

Permalink
Merged in dev/rich/trival-tyler-add-ssh-2021.01.28 (pull request elas…
Browse files Browse the repository at this point in the history
…tic#49)

Added tyler to populate-os-users.sh to create his account for ssh

* Added tyler to populate-os-users.sh to create his account for ssh
He needs this to create users / tenants
modified:   instance-files/common/usr/local/engageli-utils/populate-os-users.sh

Approved-by: Gideon Avida
  • Loading branch information
Rich Nessel committed Jan 28, 2021
1 parent 6ab54a5 commit 0219c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# TODO: add support to read users to add from instance config (currently tags).
# Could be either explicit list, or based on deployment type (e.g. dev vs. prod)
USERS=(cj gideon matan rich serge)
USERS=(cj gideon matan rich serge tyler)

for USER in ${USERS[@]}
do
Expand Down

0 comments on commit 0219c3d

Please sign in to comment.