diff --git a/instance-files/common/usr/local/engageli-utils/populate-os-users.sh b/instance-files/common/usr/local/engageli-utils/populate-os-users.sh index 70a847d39e20af..3244f217752b31 100755 --- a/instance-files/common/usr/local/engageli-utils/populate-os-users.sh +++ b/instance-files/common/usr/local/engageli-utils/populate-os-users.sh @@ -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