Skip to content

Instantly share code, notes, and snippets.

@logikal
Created December 6, 2013 21:36
Show Gist options
  • Select an option

  • Save logikal/7832506 to your computer and use it in GitHub Desktop.

Select an option

Save logikal/7832506 to your computer and use it in GitHub Desktop.
Couldn't find any good docs on Berkshelf3 and berks-api configs, so this is what I've figured out so far.
#$HOME/.berkshelf/api-server/conig.json
{
"endpoints": [
{
"type": "chef_server",
"options": {
"url": "https://your.chef.server.tld",
"client_name": "username",
"client_key": "/path/to/client.pem"
"ssl": {
"verify": true
}
}
}
]
}
source "http://my.api-server.tld:26200"
cookbook "foo"
cookbook "bacon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment