FreeBSD also needs the _PKI_DIR reset

This commit is contained in:
Brad Davis 2021-01-12 08:33:51 -07:00 committed by Pedro Algarvio
parent 2d68b299f8
commit 1855474852

View file

@ -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"
}