mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
FreeBSD also needs the _PKI_DIR reset
This commit is contained in:
parent
2d68b299f8
commit
1855474852
1 changed files with 1 additions and 0 deletions
|
@ -5812,6 +5812,7 @@ install_arch_check_services() {
|
||||||
# Using a separate conf step to head for idempotent install...
|
# Using a separate conf step to head for idempotent install...
|
||||||
__configure_freebsd_pkg_details() {
|
__configure_freebsd_pkg_details() {
|
||||||
_SALT_ETC_DIR="/usr/local/etc/salt"
|
_SALT_ETC_DIR="/usr/local/etc/salt"
|
||||||
|
_PKI_DIR=${_SALT_ETC_DIR}/pki
|
||||||
_POST_NEON_PIP_INSTALL_ARGS="--prefix=/usr/local"
|
_POST_NEON_PIP_INSTALL_ARGS="--prefix=/usr/local"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue