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:
Remove license.key
Install a correctly formatted suite-license.lic
Restart pe-puppetserver
Run puppet agent, check report.
Environment
PE 2023.8.0
Additional Context
I'm going to try and take a look at fixing it myself, but no promises!
Describe the Bug
We now have the option to use
license.key
orsuite-license.lic
as license files for PE. S0022 is looking just forlicense.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:
license.key
suite-license.lic
pe-puppetserver
Environment
Additional Context
I'm going to try and take a look at fixing it myself, but no promises!