From 5bd00aca9cdcd434c333d68659483b55d0222c4d Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 18 Nov 2024 15:32:01 -0700 Subject: [PATCH] Debugging install for minor version --- bootstrap-salt.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e25681eb2..e50556965 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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