summaryrefslogtreecommitdiff
path: root/playground/environments/production.json
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-12-30 13:00:29 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-12-30 13:07:04 -0500
commit16fa20493e37e9cf9c9d5d97aa9b6425c44f9d6d (patch)
tree0fbfa0218eaa87523950a0670ab67a094ede85a7 /playground/environments/production.json
parent59baab81f5aa1df4dd29781612db5c183e293b52 (diff)
downloadchef-zero-16fa20493e37e9cf9c9d5d97aa9b6425c44f9d6d.tar.gz
Make playground items more semantic
Diffstat (limited to 'playground/environments/production.json')
-rw-r--r--playground/environments/production.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/playground/environments/production.json b/playground/environments/production.json
new file mode 100644
index 0000000..5b48f8f
--- /dev/null
+++ b/playground/environments/production.json
@@ -0,0 +1,11 @@
+{
+ "name": "production",
+ "description": "This is just production",
+ "json_class": "Chef::Environment",
+ "chef_type": "environment",
+ "cookbook_versions": {
+ "apache": ">= 1.0.0"
+ },
+ "default_attributes": {},
+ "override_attributes": {}
+}