summaryrefslogtreecommitdiff
path: root/playground/environments
diff options
context:
space:
mode:
authorjkeiser <jkeiser@opscode.com>2012-12-20 16:42:02 -0800
committerjkeiser <jkeiser@opscode.com>2012-12-20 16:42:02 -0800
commit255ef3250bc2604284f56845e027200856a81d78 (patch)
treeefb60fb34c049c6699f0a471655a4309c7a7dec0 /playground/environments
parentf0de46d1436c5ab858070d2db20d1bea9c61749a (diff)
downloadchef-zero-255ef3250bc2604284f56845e027200856a81d78.tar.gz
Create playground for easy testing of Chef server
Diffstat (limited to 'playground/environments')
-rw-r--r--playground/environments/desert.json13
-rw-r--r--playground/environments/rainforest.json13
-rw-r--r--playground/environments/semi_arid_plains.json13
3 files changed, 39 insertions, 0 deletions
diff --git a/playground/environments/desert.json b/playground/environments/desert.json
new file mode 100644
index 0000000..dccc695
--- /dev/null
+++ b/playground/environments/desert.json
@@ -0,0 +1,13 @@
+{
+ "name": "desert",
+ "default_attributes": {
+ },
+ "json_class": "Chef::Environment",
+ "description": "This is your just desert",
+ "cookbook_versions": {
+ "bork": "> 2.0"
+ },
+ "override_attributes": {
+ },
+ "chef_type": "environment"
+}
diff --git a/playground/environments/rainforest.json b/playground/environments/rainforest.json
new file mode 100644
index 0000000..19d173d
--- /dev/null
+++ b/playground/environments/rainforest.json
@@ -0,0 +1,13 @@
+{
+ "name": "rainforest",
+ "description": "Aaaaagh! Save me!",
+ "cookbook_versions": {
+ },
+ "json_class": "Chef::Environment",
+ "chef_type": "environment",
+ "default_attributes": {
+ "a": "b"
+ },
+ "override_attributes": {
+ }
+}
diff --git a/playground/environments/semi_arid_plains.json b/playground/environments/semi_arid_plains.json
new file mode 100644
index 0000000..feb8245
--- /dev/null
+++ b/playground/environments/semi_arid_plains.json
@@ -0,0 +1,13 @@
+{
+ "name": "semi_arid_plains",
+ "description": "The plains, they are so arid",
+ "cookbook_versions": {
+ },
+ "json_class": "Chef::Environment",
+ "chef_type": "environment",
+ "default_attributes": {
+ "derp": true
+ },
+ "override_attributes": {
+ }
+} \ No newline at end of file