diff --git a/cluster/templates/salt-master.sh b/cluster/templates/salt-master.sh index 3ee909c9612..83e715af970 100755 --- a/cluster/templates/salt-master.sh +++ b/cluster/templates/salt-master.sh @@ -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 diff --git a/cluster/templates/salt-minion.sh b/cluster/templates/salt-minion.sh index 66abe8cd39d..d099345a41e 100755 --- a/cluster/templates/salt-minion.sh +++ b/cluster/templates/salt-minion.sh @@ -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