Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

ruby_installer (4) Versions 0.0.1

Installs ruby

Policyfile
Berkshelf
Knife
cookbook 'ruby_installer', '= 0.0.1', :supermarket
cookbook 'ruby_installer', '= 0.0.1'
knife supermarket install ruby_installer
knife supermarket download ruby_installer
README
Dependencies
Quality -%

RubyInstaller

This cookbook provides Ruby installation from a variety of places. It also
handles ohai reloading to ensure proper ruby/gem usage.

Usage

knife node run_list add my.node recipe[ruby_installer]

By default it will install ruby packages and generally defaults to 1.8. You
can override that by providing the package names you want installed via
attributes.

Configurable attributes

  • `default[:ruby_installer][:method] = 'package' # package/ree/source
  • default[:ruby_installer][:package_name] = true # apt package name
  • default[:ruby_installer][:rubygem_package] = true # install rubygems package
  • default[:ruby_installer][:rubydev_package] = true # install ruby development libs
  • default[:ruby_installer][:source_version] = nil # source version
  • default[:ruby_installer][:source_package_dependencies] = [] # package dependencies for building from source
  • default[:ruby_installer][:ree_url] = 'http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise_1.8.7-2012.02_amd64_ubuntu10.04.deb' # URI for REE deb package
  • default[:ruby_installer][:ree_source_url] = 'http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2012.02.tar.gz' # URI for REE source

Notes

Source installation is currently not implemented.

Repository

https://github.com/heavywater/chef-ruby_installer

No quality metric results found