Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Forked from micgo/CentOS Berkshelf Config
Last active December 31, 2015 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesjohnson/8028311 to your computer and use it in GitHub Desktop.
Save charlesjohnson/8028311 to your computer and use it in GitHub Desktop.
~/.berkshelf/config.json
{
"vagrant": {
"vm": {
"box": "opscode-centos-6.5",
"box_url": "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box",
"forward_port": {},
"network": {
"bridged": false
},
"provision": "chef_solo"
}
},
"ssl": {
"verify": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment