Installs & configures the Fog Ruby library as a Chef Gem. Use this cookbook if you want to use Fog as part of another cookbook.
build-essential
apt
git
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
- Installs the necessary dependencies for the
fog
gem. - Installs
fog
andunf
, which helpsfog
play nicely with strings and AWS.
Author:: EverTrue, Inc. (devops@evertrue.com)