Closed P4rcev4l closed 2 days ago
The script there should now be updated.
Going forward, make sure to use the GitHub Releases download endpoints instead.
The bootstrap.saltproject.io
and winbootstrap.saltproject.io
hosted endpoints for the scripts will be taken down at the end of November 2024. See here for more info:
The script there should now be updated.
Going forward, make sure to use the GitHub Releases download endpoints instead.
The
bootstrap.saltproject.io
andwinbootstrap.saltproject.io
hosted endpoints for the scripts will be taken down at the end of November 2024. See here for more info:
Good to know, thank you
Description of Issue/Question
https://bootstrap.saltproject.io/bootstrap-salt.sh points to v2024.09.24 instead of to the newest release (v2024.11.07).
Setup
N/A
Steps to Reproduce Issue
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io/bootstrap-salt.sh
try executingbootstrap-salt.sh
errors out, because https://repo.saltproject.io does not exist anymore.Versions and Systems
N/A
Fix
curl -o bootstrap-salt.sh -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh