Add development environment (used in Vagrant setup)
This commit is contained in:
10
environments/development.json
Normal file
10
environments/development.json
Normal 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": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user