Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a version to invent output #232

Open
kushaldas opened this issue Dec 19, 2024 · 1 comment
Open

Adding a version to invent output #232

kushaldas opened this issue Dec 19, 2024 · 1 comment

Comments

@kushaldas
Copy link
Contributor

We need to add a version value to the JSON output of the puppet facts. We can clearly see a big difference between 5.5.x series of puppet and 7.x series (on Debian 12).

I propose to have a python script which will work on the final output file, and fix/update as required by us.

Example version values:

For 5.x series of puppet

{'version': '5' }

For 7.x series of puppet

{'version': '7'}

And so on.

@theseal
Copy link
Contributor

theseal commented Dec 20, 2024

What's wrong with the fact that puppet provides?
E.g "puppetversion": "7.23.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants