TODO: Enter the cookbook description here.
TODO: List your supported platforms.
| Key | Type | Description | Default |
|---|---|---|---|
| ['api-umbrella']['bacon'] | Boolean | whether to include bacon | true |
Include api-umbrella in your node's run_list:
{
"run_list": [
"recipe[api-umbrella::default]"
]
}curl -Ls https://www.getchef.com/chef/install.sh | bash -s -- -v 11.16.2
/opt/chef/embedded/bin/gem install berkshelf --no-ri --no-rdoc --version 3.1.5
mkdir /opt/chef/solo
git clone https://github.com/NREL-cookbooks/api-umbrella.git /opt/chef/solo/api-umbrella
cd /opt/chef/solo/api-umbrella
/opt/chef/embedded/bin/berks vendor /opt/chef/solo/cookbooks
chef-solo -c /etc/chef/solo.rb -j /etc/chef/solo.json
Author:: YOUR_NAME (<YOUR_EMAIL>)