f349038b1d
The epel-release package provides a yum repository configuration for EPEL, and points to the upstream EPEL mirrors. In some cases this is undesirable, such as when a local EPEL mirror is available, or access to the public repositories is not possible. This change makes it possible to skip installation of epel-release, by setting 'yum_install_epel' to 'false'. Change-Id: Ib685b0c3e21df01c4dd177771f019fae4bb90e66 Story: 2003277 Task: 24218
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
---
|
|
|
|
# Whether or not to use a local Yum mirror.
|
|
yum_use_local_mirror: false
|
|
|
|
# Whether to install the epel-release package. This affects RedHat-based
|
|
# systems only.
|
|
yum_install_epel: true
|