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

Less magic! #9

Closed christophermaier closed 10 years ago

christophermaier commented 10 years ago

Removed the baked-in magic for finding a push-jobs client package; now you must specify package_url and package_checksum attributes.

Added instructions on how to still use Test Kitchen with this new arrangement.

cc: @schisamo @seth @jtimberman

seth commented 10 years ago

LGTM overall.