Closed
Description
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.