poise / python

THIS COOKBOOK IS DEPRECATED – Chef cookbook to install Python and related tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support chef 12

chantra opened this issue · comments

Chef 12 verifies the sha256sum of the downloaded file.
https://github.com/opscode/chef/blob/12-stable/lib/chef/provider/file.rb#L346

https://github.com/poise/python/blob/master/attributes/default.rb#L38
should read
default['python']['checksum'] = '7f49c0a6705ad89d925181e27d0aaa025ee4731ce0de64776c722216c3e66c42'

PR #133 would fix this