Updating script to pin to specific version
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user