mirror of https://github.com/k3s-io/k3s.git
Switch from the deprecated bootstrap.saltstack.org to the .com redirect
As per saltstack/salt#12105pull/6/head
parent
ff9e329d92
commit
e01adf3ec1
|
@ -47,6 +47,6 @@ echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
|
|||
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
||||
#
|
||||
# -M installs the master
|
||||
curl -L http://bootstrap.saltstack.org | sh -s -- -M -X
|
||||
curl -L http://bootstrap.saltstack.com | sh -s -- -M -X
|
||||
|
||||
echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
|
||||
|
|
|
@ -35,4 +35,4 @@ EOF
|
|||
#
|
||||
# We specify -X to avoid a race condition that can cause minion failure to
|
||||
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
||||
curl -L http://bootstrap.saltstack.org | sh -s -- -X
|
||||
curl -L http://bootstrap.saltstack.com | sh -s -- -X
|
||||
|
|
Loading…
Reference in New Issue