Skip to content

Commit 25e712a

Browse files
committed
Merge pull request kubernetes#45 from whiteinge/update-bootstrap-url
Switch from the deprecated bootstrap.saltstack.org to the .com redirect
2 parents ff9e329 + e01adf3 commit 25e712a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/templates/salt-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
4747
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
4848
#
4949
# -M installs the master
50-
curl -L http://bootstrap.saltstack.org | sh -s -- -M -X
50+
curl -L http://bootstrap.saltstack.com | sh -s -- -M -X
5151

5252
echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd

cluster/templates/salt-minion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ EOF
3535
#
3636
# We specify -X to avoid a race condition that can cause minion failure to
3737
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
38-
curl -L http://bootstrap.saltstack.org | sh -s -- -X
38+
curl -L http://bootstrap.saltstack.com | sh -s -- -X

0 commit comments

Comments
 (0)