Skip to content

Instantly share code, notes, and snippets.

@micgo
Created August 1, 2013 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save micgo/6131882 to your computer and use it in GitHub Desktop.
Save micgo/6131882 to your computer and use it in GitHub Desktop.
CentOS 6.4 Berkshelf Configuration
{
"vagrant": {
"vm": {
"box": "opscode-centos-6.4",
"box_url": "https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_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