Add development environment (used in Vagrant setup)

This commit is contained in:
Greg Karékinian 2017-04-07 12:06:06 +02:00
parent 7bcc5515c4
commit 8ad690cedb

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": {
}
}