Open routelastresort opened 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)
Is it creating a /root/.rbenv? If so, then it probably is issue #23.
/root/.rbenv
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)