holo icon indicating copy to clipboard operation
holo copied to clipboard

Changing user groups needs manual holo apply --force

Open laerling opened this issue 3 years ago • 0 comments

Steps to reproduce

  1. Create hologram/holodeck with user who is in a few groups
  2. Install said hologram/holodeck
  3. Create another hologram which puts the existing user into an additional group:
[[user]]
name = "$name"
groups = [ "some-other-group" ]
  1. 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.

laerling avatar Feb 28 '21 11:02 laerling