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

Allow overriding service_provider on docker::run #756

Closed

Conversation

optiz0r
Copy link

@optiz0r optiz0r commented Jul 2, 2018

Its possible to override the service_provider when managing the docker
daemon in case the defaults in params.pp aren't correct, but not when
defining a container using docker::run. This change adds a new
service_provider parameter to the run defined type, so that containers
can also be managed in these situations.

Fixes #755

Its possible to override the `service_provider` when managing the docker
daemon in case the defaults in params.pp aren't correct, but not when
defining a container using `docker::run`. This change adds a new
`service_provider` parameter to the run defined type, so that containers
can also be managed in these situations.

Fixes garethr#755
@optiz0r
Copy link
Author

optiz0r commented May 6, 2019

Implemented in new upstream by puppetlabs/puppetlabs-docker@a77179b

@optiz0r optiz0r closed this May 6, 2019
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.

$docker::service_provider is not respected by docker::run
1 participant