From 8ad690cedb88af6db4e397105306494f3660ef96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 7 Apr 2017 12:06:06 +0200 Subject: [PATCH] Add development environment (used in Vagrant setup) --- environments/development.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 environments/development.json 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": { + } +}