f2825ad1d9
The epel repository is used only when we need to build a debian-based IPA image, so we enable it only in that case for CentOS Stream 8/9. The configuration procedure is explained in the official guide [1]. [1] https://docs.fedoraproject.org/en-US/epel/#_el9 Change-Id: I57513883c0fa8d6ffb2c70debb81d5e7e6d8b221
9 lines
322 B
YAML
9 lines
322 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a boolean variable ``enable_epel`` that allows to enable the epel
|
|
repository for CentOS Stream 8/9. Since we need that only when
|
|
building a debian-based IPA image, the default value is set to
|
|
``install_dib`` and its installation depends on the value of the
|
|
dib_os_element used.
|