cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

[docs]: groups only works if given as list

Open jepper opened this issue 9 months ago • 1 comments

Documentation request

Using a list works, wheel group is populated:

users:
  - name: myuser
    groups:
      - wheel

does not work, wheel group is empty:

users:
  - name: myuser
    groups: wheel

Reported from: https://cloudinit.readthedocs.io/en/latest/reference/yaml_examples/user_groups.html

jepper avatar Mar 19 '25 14:03 jepper

It looks like we have tests that verify this behavior.

Please include logs and any other files required to demonstrate the issue that you are seeing.

holmanb avatar Nov 20 '25 19:11 holmanb