garethr/garethr-docker

Not able to pass create_user parameter .

Opened this issue · 0 comments

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