A Chef cookbook for install ruby on a node.
- Ubuntu
- CentOS
- Debian
- Fedora
This cookbook depends on:
- apt '~> 2.7.0'
- build-essential '~> 2.2.3'
node['ruby_basic']['install_method']
- The installation method for installing ruby on the node. Default issource
node['ruby_basic']['ruby']['version']
- The version of Ruby you would like to install. Default is2.1.5-p273
The main recipe. Set your install_method which will call the appropriate recipe.
This recipe will install ruby via the package manager of the node.
This recipe will install the build-tools needed to install Ruby from source.
- Author:: Cris Gallardo (c@cristhekid.com)