Created
December 6, 2013 21:36
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #$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 | |
| } | |
| } | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
https://github.com/berkshelf/berkshelf/wiki/2.x-to-3.0-Upgrade-Guide
https://github.com/berkshelf/berkshelf/blob/gh-pages-3.0/_includes/index.md