mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Set ONEDIR_REV incase we end up calling install_centos_onedir_deps.
This commit is contained in:
parent
4779cc92ff
commit
ca683c6ac3
1 changed files with 3 additions and 0 deletions
|
@ -4620,6 +4620,9 @@ install_centos_git_deps() {
|
|||
# First try stable deps then fall back to onedir deps if that one fails
|
||||
# if we're installing on a Red Hat based host that doesn't have the classic
|
||||
# package repos available.
|
||||
# Set ONEDIR_REV to STABLE_REV in case we
|
||||
# end up calling install_centos_onedir_deps
|
||||
ONEDIR_REV=${STABLE_REV}
|
||||
install_centos_stable_deps || \
|
||||
install_centos_onedir_deps || \
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue