Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodock/chef-ruby
https://github.com/brodock/chef-ruby
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodock/chef-ruby
- Owner: brodock
- License: mit
- Created: 2013-12-04T14:12:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T18:11:50.000Z (almost 10 years ago)
- Last Synced: 2023-04-13T14:04:25.341Z (over 1 year ago)
- Language: Ruby
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Cookbook
This cookbook will install the most recent ruby version system-wide
by compiling from the source using (ruby-install)[https://github.com/postmodern/ruby-install].While ruby-build is a rbenv plugin, it can be used standalone without
effort.# Requirements
We use the (chef-ruby_install)[https://github.com/rosstimson/chef-ruby_install.git] recipe to install ruby-install
and invoke it by our own LWRP.# Usage
Upload chef-ruby_install and this cookbook to your chef server and
customize the attributes if you need.# Attributes
* `node['ruby']['version']` - Version must be compatible with ruby-build, Ex: '2.0.0-p353' (default)
* `node['ruby']['prefix_path']` - We are using /usr/local as a way to make it work even with sudo command# Author
Author:: Gabriel Mazetto ()