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

omni_ruby (2) Versions 1.0.1

Installs ruby

Policyfile
Berkshelf
Knife
cookbook 'omni_ruby', '~> 1.0.1', :supermarket
cookbook 'omni_ruby', '~> 1.0.1'
knife supermarket install omni_ruby
knife supermarket download omni_ruby
README
Dependencies
Changelog
Quality 17%

OmniRuby

This cookbook provides Ruby installation from a variety of places. It also
handles ohai reloading to ensure proper ruby/gem usage. It is forked and based
off of the ruby_installer cookbook, found at https://github.com/hw-cookbooks/ruby_installer

Usage

knife node run_list add my.node recipe[omni_ruby]

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

Repository

https://github.com/spindance-ops/omni_ruby

Contributors

Dependent cookbooks

apt >= 0.0.0
build-essential >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.1.3

  • Corrections for iconv-dev and rhel/centos
  • Cookbook admin support for emeril
  • Basic Kitchen.ci support

v0.1.2

  • Add attribute based package removal

v0.1.0

  • Adds source install method
  • Adds rubygems install method

v0.0.1

  • Initial release

Collaborator Number Metric
            

1.0.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.1 failed this metric

FC121: Cookbook depends on cookbook made obsolete by Chef 14: omni_ruby/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: omni_ruby/resources/ree.rb:35
FC122: Use the build_essential resource instead of the recipe: omni_ruby/resources/source.rb:32
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.1 passed this metric

Testing File Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number