Updating script to pin to specific version

This commit is contained in:
2025-10-09 15:54:13 -04:00
parent 3e85467727
commit bafba77b89
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
curl -o /tmp/bootstrap-salt.sh -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh
# Run bootstrap script
if [ -e /tmp/bootstrap-salt.sh ]; then bash /tmp/bootstrap-salt.sh; fi
if [ -e /tmp/bootstrap-salt.sh ]; then bash /tmp/bootstrap-salt.sh -P stable 3006.10; fi
# Point minion to master
echo "master: salt.lan" | tee /etc/salt/minion.d/override.conf