[arvados] updated: 2.7.0-5832-gf7f5f48a2c
git repository hosting
git at public.arvados.org
Mon Jan 15 18:57:24 UTC 2024
Summary of changes:
tools/salt-install/provision.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f7f5f48a2c092f0f2815c7e73c3eae0cf2f592b3 (commit)
from e4fcc99119b4a22df08dbb756d3db32d9427d149 (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 f7f5f48a2c092f0f2815c7e73c3eae0cf2f592b3
Author: Brett Smith <brett.smith at curii.com>
Date: Mon Jan 15 13:56:34 2024 -0500
21383: Update Salt bootstrap invocation
We have to do this since 3006 is the current stable. We'll have to
make another change after it becomes old-stable. Meh.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index a2e1d979f6..0faea568c8 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -387,7 +387,7 @@ else
echo "Salt already installed"
else
curl -L https://bootstrap.saltstack.com -o /tmp/bootstrap_salt.sh
- sh /tmp/bootstrap_salt.sh -XdfP -x python3 old-stable ${SALT_VERSION}
+ sh /tmp/bootstrap_salt.sh -XdfP -x python3 stable ${SALT_VERSION}
/bin/systemctl stop salt-minion.service
/bin/systemctl disable salt-minion.service
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list