From 7d3fe2154e05d9f6fb50ee6a2ef32022edfa1a0f Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 18 Apr 2015 12:38:02 -0700 Subject: [PATCH] AWS: master should download salt using SSL The minion already does, but the master was using plain http. --- cluster/aws/templates/salt-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/aws/templates/salt-master.sh b/cluster/aws/templates/salt-master.sh index 5e70a1f70a3..e6a10f5aa3b 100755 --- a/cluster/aws/templates/salt-master.sh +++ b/cluster/aws/templates/salt-master.sh @@ -58,5 +58,5 @@ EOF # # -M installs the master set +x -curl -L --connect-timeout 20 --retry 6 --retry-delay 10 http://bootstrap.saltstack.com | sh -s -- -M -X +curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -M -X set -x