mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Switch from the deprecated bootstrap.saltstack.org to the .com redirect
As per saltstack/salt#12105
This commit is contained in:
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
|
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
||||||
#
|
#
|
||||||
# -M installs the master
|
# -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
|
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
|
# We specify -X to avoid a race condition that can cause minion failure to
|
||||||
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
# 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
Block a user