Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chef_gem 'curb' deprecated #23

Open
tmaier opened this issue Mar 31, 2015 · 1 comment
Open

chef_gem 'curb' deprecated #23

tmaier opened this issue Mar 31, 2015 · 1 comment

Comments

@tmaier
Copy link
Contributor

tmaier commented Mar 31, 2015

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

chef_gem 'curb' do
action :nothing
end.run_action(:install)

chef_gem 'curb' do
  action :nothing
end.run_action(:install)
@pdunnavant
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants