mirror of https://github.com/k3s-io/k3s
Merge pull request #45 from whiteinge/update-bootstrap-url
Switch from the deprecated bootstrap.saltstack.org to the .com redirectpull/6/head
commit
25e712a6bc
|
@ -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