tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

chef_gem 'curb' deprecated #23

Open tmaier opened 9 years ago

tmaier commented 9 years ago

I get the following warning in my log

==> author: [2015-04-01T00:27:28+02:00] WARN: chef_gem[curb] chef_gem compile_time installation is deprecated
==> author: [2015-04-01T00:27:28+02:00] WARN: chef_gem[curb] Please set `compile_time false` on the resource to use the new behavior.
==> author: [2015-04-01T00:27:28+02:00] WARN: chef_gem[curb] or set `compile_time true` on the resource if compile_time behav

This is the result of the following code at https://github.com/tacitknowledge/aem-cookbook/blob/ef2710245b02394670e09bd8fb5c9090f8a52555/recipes/_base_aem_setup.rb#L28-L30

chef_gem 'curb' do
  action :nothing
end.run_action(:install)
pdunnavant commented 9 years ago

In case someone gets to this before me: https://www.chef.io/blog/2015/02/17/chef-12-1-0-chef_gem-resource-warnings/