diff --git a/environments/development.json b/environments/development.json new file mode 100644 index 0000000..d8017c9 --- /dev/null +++ b/environments/development.json @@ -0,0 +1,10 @@ +{ + "name": "development", + "description": "development environment, for example for Vagrant", + "json_class": "Chef::Environment", + "chef_type": "environment", + "default_attributes": { + }, + "override_attributes": { + } +}