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
I want to pass create_user = false which is present in the manifests/system_user.pp . As I use NIS and I don't want docker to create new users when NIS is down. Is there a way I can pass create_user like below.
class { 'docker':
create_user => false,
}
Thanks
The text was updated successfully, but these errors were encountered:
I want to pass create_user = false which is present in the manifests/system_user.pp . As I use NIS and I don't want docker to create new users when NIS is down. Is there a way I can pass create_user like below.
class { 'docker':
create_user => false,
}
Thanks
The text was updated successfully, but these errors were encountered: