Sha256: 85680b1f46fb54d044394c92ae57d0bc4604a186fd3ba540360339f03cfc6297

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

require_recipe 'git'
version = '0.3'

execute "build ruby 1.9.3" do
  command "ruby-build 1.9.3-p448 '/home/vagrant/.rubies/1.9.3-p448'"
  user "root"
  cwd "/home/vagrant"
end

execute "add chruby to bashrc" do
  command "echo 'chruby 1.9.3-p448' >> /home/vagrant/.bashrc"
  user "vagrant"
  cwd "/home/vagrant"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vault-tree-0.3.4 support/cookbooks/install_ruby/recipes/default.rb
vault-tree-0.3.3 support/cookbooks/install_ruby/recipes/default.rb
vault-tree-0.1.0 support/cookbooks/install_ruby/recipes/default.rb