Itamae::Plugin::Recipe::RtnRbenv
Installs rbenv and ruby_build.
Installation
Add this line to your application's Gemfile:
gem 'itamae-plugin-recipe-rtn_rbenv'
And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-recipe-rtn_rbenv
Usage
install for single user
include_recipe 'rtn_rbenv::user'
install for system
include_recipe 'rtn_rbenv::system'
node.json
{
"rtn_rbenv": {
"user": "vagrant",
"versions": {
"2.1.3": [
{
"name": "bundler",
"version": "1.7.3",
"force": true
},
"sinatra"
],
"2.1.0": []
},
"global": "2.1.3"
}
}
Contributing
- Fork it ( https://github.com/rutan/itamae-plugin-recipe-rtn_rbenv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request