mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #1033 from rallytime/fix-broken-R-opt
[-R option] Fix logic error where we trying to enable epel with -R
This commit is contained in:
commit
bb106e9a2a
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