mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
[-R option] Fix logic error where we trying to enable epel with -R
This commit is contained in:
parent
c81e7344ca
commit
8b09b36f9f
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ __rpm_import_gpg() {
|
|||
__yum_install_noinput() {
|
||||
|
||||
ENABLE_EPEL_CMD=""
|
||||
if [ $_DISABLE_REPOS -eq $BS_TRUE ]; then
|
||||
if [ $_DISABLE_REPOS -eq $BS_FALSE ]; then
|
||||
ENABLE_EPEL_CMD="--enablerepo=${_EPEL_REPO}"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue