Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Epel repo doesn't work on CentOS 7 x86_64 #99

Open
parhamdoustdar opened this issue Mar 16, 2015 · 3 comments
Open

Epel repo doesn't work on CentOS 7 x86_64 #99

parhamdoustdar opened this issue Mar 16, 2015 · 3 comments

Comments

@parhamdoustdar
Copy link

I've installed epel-release manually, and what I see in /etc/yum.repos.d/epel.repo is the following:

mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch

However, what puppet-yum generates is this:

mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=$basearch

@alvagante
Copy link
Member

epel-source is the repo for source rpms, epel is the one for [compiled] rpms.
The module actually managed both, here: https://github.com/example42/puppet-yum/blob/master/manifests/repo/epel.pp

@parhamdoustdar
Copy link
Author

Thanks. Sorry, I didn't know that.

However, when I let puppet-yum manage my epel repository, I get a 404 error on all of the mirrors. The only way i found was to manually install epel-release and remove epel from extrarepo.

@alvagante
Copy link
Member

oh, ok, then this is a real issue... will have to look at it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants