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

Add chocolatey package information detection #1685

Open
tas50 opened this issue Aug 3, 2021 · 1 comment
Open

Add chocolatey package information detection #1685

tas50 opened this issue Aug 3, 2021 · 1 comment
Labels
Status: Untriaged An issue that has yet to be triaged.

Comments

@tas50
Copy link
Contributor

tas50 commented Aug 3, 2021

We probably need at a minimum node['chocolatey'] with the following data:

  • choco version
  • choco edition (OSS vs. non-free)
  • choco config options

We also need to collect package information. We will want to explore if we can mix this data into the existing package data in a way that would make sense or if we just need to expose it here. For a lot of use cases people want to just know what's installed on a system so it would be useful to present that in a single location if possible, but that may require adding something like "provider" to each package entry to mark if it's a system package or a chocolatey package or whatever else comes out.

@tas50 tas50 added the Status: Untriaged An issue that has yet to be triaged. label Aug 3, 2021
@lamont-granquist
Copy link
Contributor

i could definitely buy that its windows so that we don't try to dump all the different sources of packages into the node["packages"] hash and make a mess there that is useful for nobody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Untriaged An issue that has yet to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants