Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 758 Bytes

rbenv_system_install.md

File metadata and controls

21 lines (16 loc) · 758 Bytes

System_install

Installs rbenv to the system location, by default /usr/local/rbenv

Properties

Name Type Default Description
git_url String https://github.com/rbenv/rbenv.git
git_ref String master
global_prefix String /usr/local/rbenv
update_rbenv true, false true

Example

rbenv_system_install 'foo' do
  update_rbenv 'false'
  global_prefix '/home/vagrant/.rbenv'
end