mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #654 from hedinfaok/develop
Fixes error finding python-jinja2 in RHEL 7
This commit is contained in:
commit
50a5817d11
1 changed files with 1 additions and 1 deletions
|
@ -3189,7 +3189,7 @@ __test_rhel_optionals_packages() {
|
|||
yum list installed yum-utils > /dev/null 2>&1 || yum -y install yum-utils --enablerepo=${_EPEL_REPO} || return 1
|
||||
|
||||
if [ "$DISTRO_MAJOR_VERSION" -ge 7 ]; then
|
||||
yum-config-manager --enable \*server-optional || return 1
|
||||
yum-config-manager --enable \*server-optional-rpms || return 1
|
||||
fi
|
||||
|
||||
if [ "$DISTRO_MAJOR_VERSION" -ge 6 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue