Merge pull request #7026 from justinsb/aws_use_ssl_for_salt

AWS: master should download salt using SSL
This commit is contained in:
Robert Bailey 2015-04-20 11:58:47 -07:00
commit 82190a58b1

View File

@ -58,5 +58,5 @@ EOF
# #
# -M installs the master # -M installs the master
set +x 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 set -x