Skip to content

gchef/rvm-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This chef cookbook installs RVM system-wide, shared across all users.

Usage

To use this cookbook, set the following attributes on the node via a role or the node object itself. In a role.rb:

"rvm" => {
  "rubies"  => ["ree", "1.9.2"]
  }
}

Releases

No releases published

Packages

No packages published

Languages