Closed fulloflilies closed 7 years ago
FYI, this should be fixed in the Master branch (version 0.4.1
) which is not pushed to the Supermarket (yet).
Thanks for the report!
Please consider a release as Chef 13 is released
@3ofcoins/hostname-developers @mpasternacki @xamebax are the only people with access to Supermarket. We really should publish (several) cut releases to the Supermarket.
@mburns yes! Thanks for the ping. I will deal with this in the next days.
The newest version is now published on the Supermarket, so I guess this should solve the issue.
I'm still facing this issue
chef_version=14.2.0 platform=oracle platform_version=6.10 ruby=ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux] program_name=chef-client executable=/opt/chef/bin/chef-client
undefined method `platform' for #
/var/chef/cache/cookbooks/ruby_build/attributes/default.rb:32:in `from_file'
/var/chef/cache/cookbooks/ruby_build/attributes/default.rb:
25:
26: # default base path for a system-wide installed Ruby
27: default['ruby_build']['default_ruby_base_path'] = "/usr/local/ruby"
28:
29: # ruby-build upgrade action
30: default['ruby_build']['upgrade'] = "none"
31:
32>> case platform
33: when "redhat", "centos", "fedora", "amazon", "scientific"
34: node.set['ruby_build']['install_pkgs'] = %w{ tar bash curl }
35: node.set['ruby_build']['install_git_pkgs'] = %w{ git }
36: node.set['ruby_build']['install_pkgs_cruby'] =
37: %w{ gcc-c++ patch readline readline-devel zlib zlib-devel
38: libffi-devel openssl-devel
39: make bzip2 autoconf automake libtool bison
40: libxml2 libxml2-devel libxslt libxslt-devel
41: subversion autoconf }`
I think you'll need to open a new issue.
Hi,
I am getting NoMethodError when compiling cookbooks with test-kitchen. It looks like it has issue when Chef Client version is 13.0.113, which is the current latest release.
,,, Installing Cookbook Gems: Compiling Cookbooks...
,,,
I workaround the issue by adding "require_chef_omnibus: 12.19.36" in my .kitchen.yml