From: Peter Amstutz Date: Fri, 5 Aug 2022 19:40:08 +0000 (-0400) Subject: Include shell in complete list of provision.sh roles refs #19330 X-Git-Tag: 2.5.0~96 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/8d0b26e44e50df56d63f489cc62f4c04fbe613e7 Include shell in complete list of provision.sh roles refs #19330 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index f4660be370..638e5de800 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -625,7 +625,7 @@ if [ -z "${ROLES}" ]; then echo "extra_custom_certs_dir: /srv/salt/certs" > ${P_DIR}/extra_custom_certs.sls echo "extra_custom_certs:" >> ${P_DIR}/extra_custom_certs.sls - for c in controller websocket workbench workbench2 webshell keepweb keepproxy; do + for c in controller websocket workbench workbench2 webshell keepweb keepproxy shell; do # Are we in a single-host-single-hostname env? if [ "${USE_SINGLE_HOSTNAME}" = "yes" ]; then # Are we in a single-host-single-hostname env?