2dc4154724
For whatever reason, RHEL identifies itself with DISTRO "rhel" for 6 and "rhel7" for 7, but centos just uses "centos" and DIB_RELEASE. So this was wrong and installing EPEL6 on centos7. But we can simplify it completely for centos because that comes with the epel-release package already included. Change-Id: I2b8f5d30b850fef46b4a5ba32a917abcbf25932c |
||
---|---|---|
.. | ||
pre-install.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
==== epel ==== This element installs the Extra Packages for Enterprise Linux (EPEL) repository GPG key as well as configuration for yum. DIB_EPEL_MIRROR: :Required: No :Default: None :Description: To use a EPEL Yum mirror, set this variable to the mirror URL before running bin/disk-image-create. This URL should point to the directory containing the ``5/6/7`` directories. :Example: ``DIB\_EPEL\_MIRROR=http://dl.fedoraproject.org/pub/epel``