Ensure htpasswd exists earlier in the install process

This commit is contained in:
Jason Ertel
2021-06-18 20:01:32 -04:00
parent 101b835cf6
commit 60fd3c6bd3

View File

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