mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Set packages if does not exist
This commit is contained in:
parent
73ae07949b
commit
4f04c9562a
1 changed files with 1 additions and 0 deletions
|
@ -3864,6 +3864,7 @@ install_centos_git_deps() {
|
|||
__git_clone_and_checkout || return 1
|
||||
|
||||
|
||||
[ -z "${__PACKAGES}" ] && __PACKAGES=""
|
||||
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -eq 3 ]; then
|
||||
_py=${_PY_EXE}
|
||||
if [ "$DISTRO_MAJOR_VERSION" -ge 8 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue