You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixespuppetlabs#840
The
create_user
parameter of thedocker::system_user
is not really usable. In particular as it it is currently called from thedocker::config class
.I expect a new parameter in the main class is needed that can be passed through.
The text was updated successfully, but these errors were encountered: