You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rbenv not installed. Can't run rbenv_command
# In /var/chef/cache/cookbooks/cloudfoundry/providers/source.rb
54: gr = rbenv_gem "bundler" do
55: version new_resource.bundler_version
56: ruby_version new_resource.ruby_version
57: action :nothing
58: end
59: gr.run_action(:install)
The text was updated successfully, but these errors were encountered:
On second thought: we still want to be able to specify the version of ruby that we want, as we do in every other cookbook.
So the code that we have may not be ideal (and could be factored out into a library) but it's not really incorrect.
andreacampi
pushed a commit
to andreacampi/cloudfoundry-dea-cookbook
that referenced
this issue
Feb 21, 2013
From Fabrizio Frosali
Deploying with run list:
errors out:
The text was updated successfully, but these errors were encountered: