From 8d0b26e44e50df56d63f489cc62f4c04fbe613e7 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 5 Aug 2022 15:40:08 -0400 Subject: [PATCH] Include shell in complete list of provision.sh roles refs #19330 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/salt-install/provision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- 2.30.2