From 18554748529a17c8acd41fd791eae71d943ab3c8 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 12 Jan 2021 08:33:51 -0700 Subject: [PATCH] FreeBSD also needs the _PKI_DIR reset --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e0743d7..83ba107 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5812,6 +5812,7 @@ install_arch_check_services() { # Using a separate conf step to head for idempotent install... __configure_freebsd_pkg_details() { _SALT_ETC_DIR="/usr/local/etc/salt" + _PKI_DIR=${_SALT_ETC_DIR}/pki _POST_NEON_PIP_INSTALL_ARGS="--prefix=/usr/local" }