mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Debugging install for minor version
This commit is contained in:
parent
db5d548d1a
commit
5bd00aca9c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue