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.2.4

Installs/Configures gem_specific_install

Policyfile
Berkshelf
Knife
cookbook 'gem_specific_install', '~> 0.2.4', :supermarket
cookbook 'gem_specific_install', '~> 0.2.4'
knife supermarket install gem_specific_install
knife supermarket download gem_specific_install
README
Dependencies
Quality 17%

gem_specific_install cookbook

Requirements

Cookbooks

  • git

Usage

This will maintain a Git repo on /var/chef/cache and will update only if needed

include_recipe "gem_specific_install"
gem_specific_install "inifile" do
repository "https://github.com/optiflows/inifile.git"
revision "master"
end

These commands will run gem specific_install:

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)

Collaborator Number Metric
            

0.2.4 failed this metric

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

Contributing File Metric
            

0.2.4 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
            

0.2.4 failed this metric

FC064: Ensure issues_url is set in metadata: gem_specific_install/metadata.rb:1
FC065: Ensure source_url is set in metadata: gem_specific_install/metadata.rb:1
FC066: Ensure chef_version is set in metadata: gem_specific_install/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: gem_specific_install/metadata.rb:1
FC069: Ensure standardized license defined in metadata: gem_specific_install/metadata.rb:1
FC104: Use the :run action in ruby_block instead of :create: gem_specific_install/providers/default.rb:10
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.4 passed this metric

Testing File Metric
            

0.2.4 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
            

0.2.4 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