Merge pull request #931 from Rudd-O/securesalt

Please set up SaltStack using SSL.  MITM is a thing these days.
This commit is contained in:
brendandburns 2014-08-18 09:06:41 -07:00
commit 0aeb46aec5

View File

@ -38,4 +38,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 --connect-timeout 20 --retry 6 --retry-delay 10 http://bootstrap.saltstack.com | sh -s -- -X
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -X