diskimage-builder/elements/epel
Ryan Hallisey 2b28993fb8 The mirror for installing epel is timing out
Fedora has changed the location of epel, shorting the link
from 'download.fedoraproject.org' to 'dl.fedoraproject.org'.
This change updates the epel mirror to prevent it from timing
out.

Change-Id: I87090282a2f5f757495daec6ad14123b436b1aa0
2016-01-04 07:45:34 -05:00
..
pre-install.d The mirror for installing epel is timing out 2016-01-04 07:45:34 -05: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``