Please set up SaltStack using SSL. MITM is a thing these days.

This commit is contained in:
Manuel Amador (Rudd-O) 2014-08-18 00:08:02 -07:00
parent 053e75d8e9
commit 7b2d0d29e4

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