Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.8
-
Fix Version/s: 0.10.10
-
Component/s: Chef Client
-
Labels:None
-
Environment:
Debian GNU/Linux
Description
We often use packages from backports.org for different servers. It seems installing it should be without problems as
package "syslog-ng" do options "-t #{node[:os_codename]}-backports" action :install end
Problem is that this approach didn't work. I just take a closer look into it and found out that apt-cache which is used to find if there is package available don't use {options}
I'm not sure how to solve this best, imho there should be new default_release "string" attribute for package but this is apt specific...
I try to fix this in http://github.com/igloonet/chef/tree/CHEF-1547
As I said before, I'm not 100% sure if this is right approach, but it works and don't mix into other providers