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

et_fog (16) Versions 3.0.0

Installs/Configures the Fog ruby library

Policyfile
Berkshelf
Knife
cookbook 'et_fog', '= 3.0.0', :supermarket
cookbook 'et_fog', '= 3.0.0'
knife supermarket install et_fog
knife supermarket download et_fog
README
Dependencies
Changelog
Quality 100%

Cookbook Version
Build Status

et_fog cookbook

Installs & configures the Fog Ruby library as a Chef Gem. Use this cookbook if you want to use Fog as part of another cookbook.

Requirements

  • build-essential
  • apt
  • git

Usage

Include et_fog::default in your node’s run list.

If you need to customize the dependencies installed for nokogiri on your system, specify them in an array in node['et_fog']['dependencies'] in a wrapper cookbook

Recipes

default

  1. Installs the necessary dependencies for the fog gem.
  2. Installs fog and unf, which helps fog play nicely with strings and AWS.

Author

Author:: EverTrue, Inc. (devops@evertrue.com)

3.0.0

  • Bump apt to ~> 3.0

2.0.0

  • Bump apt to ~> 3.0
  • Bump build-essential to ~> 4.0

1.4.0

  • Bump Fog gem to 1.37.0
  • Add rest-client list of chef_gem dependencies

1.3.2

  • Add backwards compatibility for Chef < 12.1.0

1.3.1

  • s/getchef.com/chef.io/
  • Remove superfluous dependency on git

1.3.0

  • Add dependencies for nokogiri on CentOS/RHEL systems
  • Attribute-ize nokogiri dependencies to allow wrapper cookbooks more flexibility

1.2.2

  • Use compile_time property to make gems install at compile_time

1.2.1

  • Oops. Only Fog can have its version number set.

1.2.0

  • Add support for a version attribute

1.1.3

  • Add libghc-zlib-dev to list of pre-installed packages.

1.1.2

  • Update ec2 ami
  • Eliminate resource cloning

1.1.1

  • Pin dependencies to avoid surprises
  • Ensure apt-get update runs before all else
    • The build-essential cookbook was failing on new Ubuntu 12.04 instances

1.1.0

  • Clean up Test Kitchen config
  • Clean up Berksfile
  • Add Travis CI testing

1.0.7

  • Clean up docs

1.0.6

  • Functionally identical to v1.0.6, just adds Stove publishing to ease shipping to Supermarket

1.0.5

  • Install Git, as nokogiri (and thus fog) depend upon it for building native extensions

1.0.4

  • Give up on apt compile time and do the update ourselves--the cookbook is not actually handling it

1.0.3

  • Install the 'unf' Gem.

1.0.2

  • Include the apt cookbook (to make sure update runs)
  • Set compile time attributes in attributes instead

1.0.1

  • First rev!

Foodcritic Metric
            

3.0.0 passed this metric