holo
holo copied to clipboard
Changing user groups needs manual holo apply --force
Steps to reproduce
- Create hologram/holodeck with user who is in a few groups
- Install said hologram/holodeck
- Create another hologram which puts the existing user into an additional group:
[[user]]
name = "$name"
groups = [ "some-other-group" ]
- Install the new hologram
Expected behavior
The user is reprovisioned without user intervention
Observed behavior
holo apply --force
is needed to reprovision the user, even though it hasn't been changed manually.