-
Notifications
You must be signed in to change notification settings - Fork 321
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
Only install docker-ce-cli with docker-ce #798
Conversation
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
docker::install is a classthat may have no external impact to Forge modules. This module is declared in 6 of 578 indexed public
|
The test failures are unrelated. |
@kenyon Happy to get this merged. Can you rebase and resolve the conflict in install.pp please? |
I can rebase if @kenyon is busy. This effects RHEL instances as well |
What ever works for you both 👍 |
Merged. This PR can be closed now. Thank you for properly cherry-picking the commit from @kenyon 🙂 |
@chelnak , I think we both made a mistake and merged to master instead of main :( |
master should probably removed. I will create another PR |
Ha! thats what I get for merging from GitHub mobile!! Good spot 😄 |
The third time is the charm #827 |
On topic of |
In #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 #797