Details
Description
The URL used to install the Centos EPEL repo when running knife bootstrap against a Centos 5.x client no longer exists on the download.fedora.redhat.com site.
http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
no longer exists and has been replaced with
http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Issue Links
- is cloned by
-
CHEF-1868
Centos bootstrap template references non-existant URL for EPEL repo
-
Activity
- All
- Comments
- History
- Activity
- Transitions Summary
Cloned this as it seems to be a nearly identical problem. bootstrap-latest is calling for version 6-5 of EPEL on CentOS 6 boxes, current is now 6-7, so the script fails.
There must be some better way of handling EPEL installation than relying on a file who's name changes so frequently.