RiotGamesCookbooks / rbenv-cookbook

Installs and configures rbenv
http://community.opscode.com/cookbooks/rbenv
Apache License 2.0
137 stars 109 forks source link

/opt/rbenv/version not created #69

Open routelastresort opened 11 years ago

routelastresort commented 11 years ago

Vagrant/omnibus/berkshelf + default cookbook settings, and I'm using opscode's bento Vagrant boxes.

metadata.yaml: depends "rbenv", "~> 1.6.5"

default.rb: include_recipe "rbenv::default" include_recipe "rbenv::ruby_build" include_recipe "rbenv::rbenv_vars"

I'll throw together a quick cookbook to duplicate the problem, otherwise it's a weird edge case in mine (possible)

docwhat commented 10 years ago

Is it creating a /root/.rbenv? If so, then it probably is issue #23.