debugging

This commit is contained in:
David Murphy 2024-11-18 14:48:55 -07:00
parent 0c1de07494
commit db5d548d1a
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

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