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

[BUG] pkg.group_installed does not support yum/dnf repo options like pkg.installed does #64348

Closed
terminalmage opened this issue May 24, 2023 · 0 comments
Assignees
Labels
Bug broken, incorrect, or confusing behavior needs-triage

Comments

@terminalmage
Copy link
Contributor

terminalmage commented May 24, 2023

This state just simply does not accept nor pass through kwargs to pkg.group_diff.

Support for this needs to be added to both yum and pacman, which are the only two modules which support group installs.

EDIT: Pacman actually doesn't support repo options when listing groups and their members, so some additional code will need to be added to the pkg.group_installed state which catches the TypeError raised when passing unexpected keyword arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants