__user_groups cannot add and remove groups at the same time #163
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#163
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: andres-erbsen
__user_groups cannot add and remove groups at the same time. The listed groups can be marked as absent or present, but not individually. It would probably be a good idea to make
__user_group/user/group
object that allows setting group membership one by one, or maybe__group --members
that allows specifying a complete list of members (and removes all other users). Which of those would be more likely to get merged if I implemented it?closed