Debugging install for minor version

This commit is contained in:
David Murphy 2024-11-18 15:32:01 -07:00
parent db5d548d1a
commit 5bd00aca9c
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -4691,7 +4691,8 @@ install_centos_onedir() {
# shellcheck disable=SC2086
dnf makecache || return 1
dnf list salt-* || return 1
echo "DGM install_centos_onedir, __PACKAGES '${__PACKAGES}'"
dnf list salt-minion || return 1
__yum_install_noinput ${__PACKAGES} || return 1
return 0