Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Last active December 14, 2015 16:09
Show Gist options
  • Save charlesjohnson/5112966 to your computer and use it in GitHub Desktop.
Save charlesjohnson/5112966 to your computer and use it in GitHub Desktop.
Reasonably server-generic Berkshelf config.json
{
"vagrant": {
"vm": {
"box": "opscode-centos-6.3",
"box_url": "https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.3_chef-11.2.0.box",
"forward_port": {
},
"network": {
"bridged": false,
"hostonly": "33.33.33.10"
},
"provision": "chef_solo"
}
},
"ssl": {
"verify": false
}
}
{
"vagrant": {
"vm": {
"box": "opscode-ubuntu-12.04",
"box_url": "https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.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