AWS: master should download salt using SSL

The minion already does, but the master was using plain http.
pull/6/head
Justin Santa Barbara 2015-04-18 12:38:02 -07:00
parent eb1ea26995
commit 7d3fe2154e
1 changed files with 1 additions and 1 deletions

View File

@ -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