-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement a command to display the Puppet versions shipped with various OSes #121
Comments
|
I've updated the table and split it the AIO column into exact versions (PC1, P5, P6). Also added Debian. |
Should this be a wiki page? |
@ekohl Yeah maybe. Also the thumbs up/down aren't great, are they?! ;) EDIT - Changed 👍 and 👎 to ✔️ and ❌ |
@alexjfisher Arch also packages Puppet 5, probably until it is end of life: https://www.archlinux.org/packages/community/any/puppet5/ |
This could use an update :) |
We actually sort of built such a list in code by now: https://github.com/voxpupuli/puppet_metadata/blob/master/lib/puppet_metadata/aio.rb has a list of AIO builds and puppet_metadata/lib/puppet_metadata/operatingsystem.rb Lines 211 to 236 in ca6a320
This information is used to generate CI matrices in GitHub Actions, so we have a good motivation to keep it up to date. If this is useful, I'd suggest implementing a command to print a table. In #120 I started to write the structure to implement commands. Because of that, I'm transferring the issue to puppet_metadata. |
It's useful to know what versions of various puppet related components ship with which OSes. In many cases AIO packages are available, but not always.
The text was updated successfully, but these errors were encountered: