voxpupuli / puppet-epel

Setup/configure EPEL (extra repository for enterprise linux) with Puppet
Apache License 2.0
41 stars 95 forks source link

Module does not expose the repo_gpgcheck parameter #76

Closed ghost closed 4 years ago

ghost commented 6 years ago

The EPEL repositories appear to not publish signed metadata, so if one enables repo_gpgcheck in yum.conf, as suggested or mandated by some system security policies, the repository will be unavailable and yum will fail:

.../repodata/repomd.xml.asc: [Errno 14] HTTPS Error 404 - Not Found

A workaround is to manually add "repo_gpgcheck=0" to epel.repo.

hammondr commented 4 years ago

I think this is fixed in https://github.com/stahnma/puppet-module-epel/pull/82