puppetlabs / puppetlabs-pe_status_check

Self Service Module for Puppet Enterprise
Apache License 2.0
1 stars 33 forks source link

Update S0022 to cope with the new license file #227

Closed albatrossflavour closed 5 months ago

albatrossflavour commented 5 months ago

Describe the Bug

We now have the option to use license.key or suite-license.lic as license files for PE. S0022 is looking just for license.key, if it doesn't find it, it triggers an alert.

Expected Behavior

S0022 should be updated to include checking for suite-license.lic and, maybe, triggering an alert if both license files are present.

Steps to Reproduce

Assuming you're not managing the license key as a resource:

Environment

Additional Context

I'm going to try and take a look at fixing it myself, but no promises!

Aaronoftheages commented 5 months ago

Hello @albatrossflavour

We're investigating this issue and will let you know of any updates as we work.