Skip to content

Instantly share code, notes, and snippets.

@flibby-jibbit
Created September 18, 2013 21:29
Show Gist options
  • Save flibby-jibbit/6616022 to your computer and use it in GitHub Desktop.
Save flibby-jibbit/6616022 to your computer and use it in GitHub Desktop.
~/.berkshelf/config-dev-vb.json
{
"chef": {
"chef_server_url": "https://provision.infrastructure.vb",
"validation_client_name": "chef-validator",
"validation_key_path": "/Users/fidelity/Development/Exchange/vagrant-toolkit/keys/dev-vb/chef-validator.pem",
"client_key": "/Users/fidelity/Development/Exchange/vagrant-toolkit/keys/dev-vb/vagrant.pem",
"node_name": "vagrant"
},
"cookbook": {
"copyright": "YOUR_NAME",
"email": "YOUR_EMAIL",
"license": "reserved"
},
"allowed_licenses": [
],
"raise_license_exception": false,
"vagrant": {
"vm": {
"box": "ubuntu-12.04",
"box_url": "https://dl.dropboxusercontent.com/s/hlny07uissbx9ro/ubuntu-12.04.box",
"forward_port": {
},
"network": {
"bridged": false,
"hostonly": "33.33.33.10"
},
"provision": "chef_solo"
}
},
"ssl": {
"verify": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment