-
Notifications
You must be signed in to change notification settings - Fork 319
Apt pin breaks updates #424
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
Milestone
Comments
I will provide a PR. |
baurmatt
added a commit
to syseleven/puppetlabs-docker
that referenced
this issue
Feb 12, 2019
As the default of this module is to install Docker from the offical Docker repository, we should also configure the pin accordingly. Fixes puppetlabs#424.
Hi @baurmatt, The pin value is actually configurable using the apt_source_pin_level parameter: https://github.com/puppetlabs/puppetlabs-docker/blob/master/manifests/init.pp#L441 Have you tried setting that to 500 ? |
Hey @florindragos, I'm aware. But a default of |
davejrt
pushed a commit
that referenced
this issue
Feb 12, 2019
As the default of this module is to install Docker from the offical Docker repository, we should also configure the pin accordingly. Fixes #424.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What you expected to happen?
include docker
Installs docker and keeps it update after running
apt-get dist-upgrade
.What happened?
The module configure a pin of 10 by default which prevents updates from happening:
How to reproduce it?
Puppet
include docker
Shell:
Anything else we need to know?
Versions:
Logs:
The text was updated successfully, but these errors were encountered: