sgnl05 / sgnl05-sssd

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

Version check in init.pp is incorrect #94

Closed hawkeye-7 closed 4 years ago

hawkeye-7 commented 5 years ago

Line 95 of init.pp is in error. It says "Amazon" when it should say "RedHat" .

As a consequence, Amazon would never work, and RedHat allows version 5 through when it should not.

It would be nice though if the product worked with RedHat 8 as well.

sgnl05 commented 4 years ago

It's just to trigger a warning that you are using an unsupported platform. Warnings do not stop a puppet run. See https://puppet.com/docs/puppet/latest/function.html#warning for more details.

RedHat 8 support has been added today and will be uploaded to Puppet Forge later today