Skip to content

Commit

Permalink
Debugging install for minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 18, 2024
1 parent db5d548 commit 5bd00ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-salt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bd00ac

Please sign in to comment.