voxpupuli / puppet-yum

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

Added Fedora support to metadata.json #231

Closed sycosyth closed 2 years ago

sycosyth commented 2 years ago

Pull Request (PR) description

Added Fedora support to metadata.json, There is currently already a data/os/RedHat/Fedora.yaml. This works without specifying the release version, as it doesn't seem to be used ever.

This Pull Request (PR) fixes the following issues

Fixed Fedora support.

root-expert commented 2 years ago

Hello @sycosyth, thanks for the PR!

Can you add in metadata.json the non-EoL Fedora versions that should work with this module. This will allow the CI to run tests for the specified Fedora versions.

Also, please rebase with out master branch. :smile:

vchepkov commented 2 years ago

Closed via #270