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

install recipe fails when installing the package from the repository #40

Closed alexpop closed 9 years ago

alexpop commented 9 years ago

'kitchen converge default-centos-66' fails due to the unsigned package.

           Error executing action `install` on resource 'chef_ingredient[push-client]'
           ======================================================================

           Chef::Exceptions::Exec
           ----------------------
           yum_package[push-client] (/tmp/kitchen/cache/cookbooks/chef-ingredient/libraries/helpers.rb line 46) had an error: Chef::Exceptions::Exec: yum -d0 -e0 -y install opscode-push-jobs-client-1.1.5-1.el6 returned 1:
           STDOUT:
           STDERR:

           Package opscode-push-jobs-client-1.1.5-1.el6.x86_64.rpm is not signed
binamov commented 9 years ago

Future releases of chef push client rpms will be properly signed. @alexpop i just confirmed that opscode-push-jobs-client-1.1.5-1.el6.x86_64.rpm is now signed and installs successfully.

Can you please confirm whether this works now?

jtimberman commented 9 years ago

Indeed, we went through a GPG key signing party last week - all released push client RPMs should now be signed. Not the kind they do at FOSDEM, though.