Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.12.0
-
Fix Version/s: 10.14.0
-
Component/s: Chef Client
-
Labels:None
Description
This issue was first reported here:
http://tickets.opscode.com/browse/CHEF-1547
Unfortunately the fix was only applied to apt-cache command in check_package_state method.
For correctness it should also be applied to apt-get install in install_package method.
Without this, it's possible that the installation fails with certain release priority settings.
I'll provide a topic branch with the fix.
Issue Links
- relates to
-
CHEF-1547
Apt provider can't install packages from different default release
-
Here is the topic branch:
https://github.com/cabeca/chef/tree/CHEF-3266
Here is the pull request
https://github.com/opscode/chef/pull/327
Best regards
Miguel Cabeça