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

gem_specific_install (10) Versions 0.1.4

Installs/Configures gem_specific_install

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

gem_specific_install cookbook

Requirements

Cookbooks

  • git
  • run_action_now

Usage

include_recipe "gem_specific_install"
chef_gem "inifile" do
  provider Chef::Provider::Package::Rubygems::SpecificInstall
  options( :repo => "https://github.com/optiflows/inifile.git")
end
include_recipe "gem_specific_install"
gem_package "inifile" do
  provider Chef::Provider::Package::Rubygems::SpecificInstall
  options( :repo => "https://github.com/optiflows/inifile.git", :branch => "master)
end

Attributes

Recipes

Author

Author:: Guilhem Lettron (guilhem.lettron@optiflows.com)

No quality metric results found