chef-boneyard / push-jobs-cookbook

Development repository for Chef Cookbook push-jobs
https://supermarket.chef.io/cookbooks/push-jobs
Apache License 2.0
21 stars 43 forks source link

Fails on centos-71 #64

Closed jasonmcintosh closed 8 years ago

jasonmcintosh commented 8 years ago

Kitchen converge on centos-71 fails with:

   [2015-12-03T20:30:51+00:00] ERROR: chef_ingredient[push-client] (push-jobs::linux line 47) had an error: Chef::Exceptions::Package: yum_package[push-client] (/tmp/kitchen/cache/cookbooks/chef-ingredient/libraries/rhel_handler.rb line 60) had an error: Chef::Exceptions::Package: No candidate version available for opscode-push-jobs-client

Looking into why this might be happening. I already see that the packagecloud repo is there. However, in the repo, it's "push-jobs-client" not "opscode-push-jobs-client".

jasonmcintosh commented 8 years ago

This appears to be mostly related to the chef-ingredient issues going on related to: https://github.com/chef-cookbooks/chef-ingredient/issues/61

afiune commented 8 years ago

I think we have fixed this issue with https://github.com/chef-cookbooks/chef-ingredient/pull/66 if not let us know and we will re open this issue.