mirror of https://github.com/k3s-io/k3s
AWS: master should download salt using SSL
The minion already does, but the master was using plain http.pull/6/head
parent
eb1ea26995
commit
7d3fe2154e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue