From 7b2d0d29e4d188b1c389b828d17a6e5389b4b344 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Mon, 18 Aug 2014 00:08:02 -0700 Subject: [PATCH] Please set up SaltStack using SSL. MITM is a thing these days. --- cluster/templates/salt-minion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/templates/salt-minion.sh b/cluster/templates/salt-minion.sh index b8e07db1fbe..7cc8176f32c 100755 --- a/cluster/templates/salt-minion.sh +++ b/cluster/templates/salt-minion.sh @@ -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