We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff9e329 + e01adf3 commit 25e712aCopy full SHA for 25e712a
cluster/templates/salt-master.sh
@@ -47,6 +47,6 @@ echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
47
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
48
#
49
# -M installs the master
50
-curl -L http://bootstrap.saltstack.org | sh -s -- -M -X
+curl -L http://bootstrap.saltstack.com | sh -s -- -M -X
51
52
echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
cluster/templates/salt-minion.sh
@@ -35,4 +35,4 @@ EOF
35
36
# We specify -X to avoid a race condition that can cause minion failure to
37
38
-curl -L http://bootstrap.saltstack.org | sh -s -- -X
+curl -L http://bootstrap.saltstack.com | sh -s -- -X
0 commit comments