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

No package available on Ubuntu 14.04 EC2 instance #45

Closed pghalliday closed 8 years ago

pghalliday commented 9 years ago

I get the following error:

apt_package[push-client] (/var/chef/cache/cookbooks/chef-ingredient/libraries/helpers.rb line 46) had an error: Chef::Exceptions::Package: No candidate version available for opscode-push-jobs-client

tried doing an apt-get update first, but still no luck

cwebberOps commented 9 years ago

@pghalliday We are working on fixing this but in the meantime you can set node.default['apt-chef']['codename'] = 'precise' and get it to install.

cwebberOps commented 9 years ago

@manderson26 can you please update this issue when the next version of the 1.x branch of push jobs is promoted?

pghalliday commented 9 years ago

Thanks

mmzyk commented 8 years ago

I'm not sure what version of the push jobs client this affected, but this should no longer be an issue with the 2.1.0 release at the very least.