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

Add support for adding users and groups in spec #514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cpuguy83
Copy link
Member

@cpuguy83 cpuguy83 commented Feb 1, 2025

For now this is just the most simple config.
We can expand to other options (e.g. shell, home dir) as needed.

Closes #444

@cpuguy83 cpuguy83 requested a review from a team as a code owner February 1, 2025 18:18
@cpuguy83 cpuguy83 force-pushed the user_group branch 3 times, most recently from c515650 to 2920486 Compare February 1, 2025 20:00
@cpuguy83
Copy link
Member Author

cpuguy83 commented Feb 3, 2025

Refactored some things on my last push, evidently broke some things. Will take a look.

For now this is just the most simple config.
We can expand to other options (e.g. shell, home dir) as needed.

Signed-off-by: Brian Goff <[email protected]>
@cpuguy83
Copy link
Member Author

cpuguy83 commented Feb 3, 2025

All fixed.


Users allow you to specify a list of users to be created when installing the
package.
In most cases this will require a shell to be available on the target system.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When would this not require a shell to be available on the target system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQ] Add support for Linux Group creation and user assignment
2 participants