[arvados] updated: 2.4.1-26-g70d75d348
    git repository hosting 
    git at public.arvados.org
       
    Fri Aug  5 19:40:28 UTC 2022
    
    
  
Summary of changes:
 tools/salt-install/provision.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
       via  70d75d34808372e4ae3aeffc6347e28b916f35e4 (commit)
      from  96a460141678fc31788825e9c92e7df88356a3ac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 70d75d34808372e4ae3aeffc6347e28b916f35e4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Aug 5 15:40:08 2022 -0400
    Include shell in complete list of provision.sh roles
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index ceaddb497..93d4fcfd3 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -614,7 +614,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?
-----------------------------------------------------------------------
hooks/post-receive
-- 
    
    
More information about the arvados-commits
mailing list