Add development environment and initial Vagrantfile

This commit is contained in:
Greg Karékinian
2017-03-31 19:22:48 +02:00
parent 555195c32f
commit b567547bdc
2 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "development",
"description": "development environment, for example for Vagrant",
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
},
"override_attributes": {
}
}