voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 101 forks source link

RHEL8: Fix epel-modular repo names #247

Closed ccolic closed 2 years ago

ccolic commented 2 years ago

Pull Request (PR) description

fix wrong repo names that lead to 404 errors it should be epel-modular-$releasever instead of modular-epel$releasever

This Pull Request (PR) fixes the following issues

Fixes #246

ccolic commented 2 years ago

Checks are failing, but as far as I can see, none of these have anything to do with the changes that I made. I would appreciate it if one of the maintainers could have a look at this. Thanks

root-expert commented 2 years ago

Hello @ccolic, thanks for the PR!

Indeed, rubocop is complaining for some cops disablement. You can auto-fix that by running bundle exec rake rubocop:auto_correct or by removing these comments by hand. :smile:

vchepkov commented 2 years ago

@ccolic , I think if you rebase on top of master tests should succeed