/chef-ruby-src

Chef cookbook to install ruby from source. Tested only on Ubuntu 12.04

Primary LanguageRuby

ruby-src Cookbook

Basic cookbook to install ruby from src on Ubuntu 12.04 LTS

Build Status

Requirements

Only tested on Ubuntu 12.04, but since compiling from src it should work on other platforms.

Depends on build-essential cookbook distributed by Opscode.

Attributes

ruby-src::default

Key Type Description
['ruby']['version'] String name fo the ruby version to be installed
['ruby']['checksum'] String sha256 checksum of the .tar.gz source bundle

Usage

ruby-src::default

Just include ruby-src in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[ruby-src]"
  ]
}

License and Authors

Authors: Scott Klein scott@statuspage.io