cookbook 'et_fog', '= 1.3.2'
et_fog (16) Versions 1.3.2 Follow0
Installs/Configures the Fog ruby library
cookbook 'et_fog', '= 1.3.2', :supermarket
knife supermarket install et_fog
knife supermarket download et_fog
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-essentialaptgit
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
- Installs the necessary dependencies for the 
foggem. - Installs 
fogandunf, which helpsfogplay nicely with strings and AWS. 
Author
Author:: EverTrue, Inc. (devops@evertrue.com)
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 updateruns before all else- The 
build-essentialcookbook was failing on new Ubuntu 12.04 instances 
 - The 
 
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
        
            1.3.2 passed this metric
        
  
1.3.2 passed this metric