Merge pull request #4571 from Security-Onion-Solutions/kilo

Ensure htpasswd exists earlier in the install process
This commit is contained in:
Mike Reeves
2021-06-18 21:45:29 -04:00
committed by GitHub

View File

@@ -2107,6 +2107,7 @@ saltify() {
{
if [[ ! $is_iso ]]; then
yum -y install salt-minion-3003\
httpd-tools\
python3\
python36-docker\
python36-dateutil\
@@ -2132,6 +2133,7 @@ saltify() {
fi
local pkg_arr=(
'apache2-utils'
'ca-certificates'
'curl'
'software-properties-common'