Skip to content

Instantly share code, notes, and snippets.

@rberger
Created March 3, 2014 05:55
Show Gist options
  • Save rberger/9319180 to your computer and use it in GitHub Desktop.
Save rberger/9319180 to your computer and use it in GitHub Desktop.
Berkshelf Config for TDD with Chef
{
"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