diskimage-builder/elements/epel
Derek Higgins 0c0c7275a9 Use DIB_EPEL_MIRROR when finding the epel-release package
download.fedoraproject.org uses dns round robin and occasionally
hits a bad server. Using DIB_EPEL_MIRROR when finding the
epel-release package will allow us to avoid it e.g. in ci.

Change-Id: I756223b3e669532476663c05e79c238449b8a0db
2015-10-20 17:25:58 +01:00
..
pre-install.d Use DIB_EPEL_MIRROR when finding the epel-release package 2015-10-20 17:25:58 +01:00
element-deps Add wget to package-installs.yaml for epel 2015-02-24 16:54:47 -05:00
package-installs.yaml Add wget to package-installs.yaml for epel 2015-02-24 16:54:47 -05:00
README.rst Add option to set EPEL mirror 2015-09-21 17:28:33 +01:00

====
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``