Skip to content

docker::system_user::create_user is not exposed. #840

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

Closed
traylenator opened this issue Jun 2, 2022 · 0 comments · Fixed by #841
Closed

docker::system_user::create_user is not exposed. #840

traylenator opened this issue Jun 2, 2022 · 0 comments · Fixed by #841
Assignees

Comments

@traylenator
Copy link
Contributor

The create_user parameter of the docker::system_useris not really usable. In particular as it it is currently called from the docker::config class.

I expect a new parameter in the main class is needed that can be passed through.

traylenator added a commit to traylenator/puppetlabs-docker that referenced this issue Jun 7, 2022
Currently when specifying `docker_users` every user is
both created and added to the docker group.

If `create_user` is false then the users are presumed to exist
via another method outside this module and will only be added to
the docker group.

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

Successfully merging a pull request may close this issue.

4 participants