sgnl05 / sgnl05-sssd

Puppet module for SSSD
https://forge.puppet.com/sgnl05/sssd
GNU General Public License v3.0
17 stars 76 forks source link

Add support for Fedora 31, 32, and 33 and remove support versions older than 29 #116

Closed jmciver closed 3 years ago

jmciver commented 3 years ago

This pull request is comprised of three commits.

Resolves Ruby gem dependency issue: The redcarpet gem is now used during linting and generation of REFERENCE.md.

Add support for Fedora version 31, 32, and 33: Additionally, the commit adds support for warning about unsupported versions of Fedora. This was done to suppress warning messages concerning Fedora not being supported. I adjusted the conditional check to warn on non-explicitly supported versions of operating systems in the RedHat family.

Remove support for EOL Fedora versions older than 30: This was done in an attempt to tidy up. Fedora versions are 2 a year and things can get messy if old versions hang around. However, reality is that old versions linger so two EOL versions, 30 and 31, are still being supported.

ghoneycutt commented 3 years ago

Awesome PR @jmciver !

Think the 29 was a typo, once that's cleared up I'll merge.

jmciver commented 3 years ago

Thanks for catching that @ghoneycutt! I have fixed and pushed.

jmciver commented 3 years ago

Sorry about re-requesting review; I was playing with the interface and there seems to be no way to deactivate it...

dploeger commented 2 years ago

@ghoneycutt Thanks for merging. Any ideas when this will be released on the forge?