From e01adf3ec1f84ed75a52d5c5c3b7fae16d62177e Mon Sep 17 00:00:00 2001 From: Seth House Date: Tue, 10 Jun 2014 13:31:09 -0600 Subject: [PATCH] Switch from the deprecated bootstrap.saltstack.org to the .com redirect As per saltstack/salt#12105 --- cluster/templates/salt-master.sh | 2 +- cluster/templates/salt-minion.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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