From b69353db3a717cf29bbfa1d0e87b0c2935e25f4d Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Tue, 19 Jul 2022 10:17:46 -0700 Subject: [PATCH] Updating salt_rc directory --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 125e244..1685c78 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -268,7 +268,7 @@ _CUSTOM_MASTER_CONFIG="null" _CUSTOM_MINION_CONFIG="null" _QUIET_GIT_INSTALLATION=$BS_FALSE _REPO_URL="repo.saltproject.io" -_TIAMAT_DIR="salt_rc" +_TIAMAT_DIR="salt_rc/salt" _PY_EXE="python3" _INSTALL_PY="$BS_FALSE" _TORNADO_MAX_PY3_VERSION="5.0"