-
Notifications
You must be signed in to change notification settings - Fork 313
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 management of the docker-ce-cli package #740
Conversation
docker is a classBreaking changes to this file WILL impact these 14 modules (exact match):Breaking changes to this file MAY impact these 23 modules (near match):
docker::install is a classthat may have no external impact to Forge modules. docker::params is a classthat may have no external impact to Forge modules. This module is declared in 6 of 576 indexed public
|
099ad71
to
16c9dbc
Compare
Can we get a review and merge this? |
Hi @kenyon, thank you for your contribution. Please sign the cla in order to get this merged. kind regards, |
Let's go with trivial patch exemption. |
Manage the docker-ce-cli package the same way as the docker-ce package. Fixes puppetlabs#597. Also remove obsolete manual setting of package provider.
16c9dbc
to
18efeb5
Compare
Just rebased. @adrianiurca can we get this merged? |
In puppetlabs#740 I mistakenly added code that manages the docker-ce-cli package when managing the "docker" package. The docker-ce-cli package should only be managed when also managing the docker-ce package. Fixes puppetlabs#797
In puppetlabs#740 I mistakenly added code that manages the docker-ce-cli package when managing the "docker" package. The docker-ce-cli package should only be managed when also managing the docker-ce package. Fixes puppetlabs#797
In puppetlabs#740 I mistakenly added code that manages the docker-ce-cli package when managing the "docker" package. The docker-ce-cli package should only be managed when also managing the docker-ce package. Fixes puppetlabs#797
Manage the docker-ce-cli package the same way as the docker-ce package.
Fixes #597, #690.
Also remove obsolete manual setting of package provider.