Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs]: groups only works if given as list #6108

Open
jepper opened this issue Mar 19, 2025 · 0 comments
Open

[docs]: groups only works if given as list #6108

jepper opened this issue Mar 19, 2025 · 0 comments
Labels
documentation This Pull Request changes documentation new An issue that still needs triage

Comments

@jepper
Copy link

jepper commented Mar 19, 2025

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 jepper added documentation This Pull Request changes documentation new An issue that still needs triage labels Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This Pull Request changes documentation new An issue that still needs triage
Projects
None yet
Development

No branches or pull requests

1 participant