summaryrefslogtreecommitdiff
path: root/playground/nodes
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/nodes
parent59baab81f5aa1df4dd29781612db5c183e293b52 (diff)
downloadchef-zero-16fa20493e37e9cf9c9d5d97aa9b6425c44f9d6d.tar.gz
Make playground items more semantic
Diffstat (limited to 'playground/nodes')
-rw-r--r--playground/nodes/desktop.json (renamed from playground/nodes/monkey.json)4
-rw-r--r--playground/nodes/dns.json (renamed from playground/nodes/blah.json)2
-rw-r--r--playground/nodes/lb.json (renamed from playground/nodes/camel.json)4
-rw-r--r--playground/nodes/ldap.json (renamed from playground/nodes/boxer.json)2
-rw-r--r--playground/nodes/www.json (renamed from playground/nodes/blarrrrgh.json)2
5 files changed, 7 insertions, 7 deletions
diff --git a/playground/nodes/monkey.json b/playground/nodes/desktop.json
index b61a513..c964e37 100644
--- a/playground/nodes/monkey.json
+++ b/playground/nodes/desktop.json
@@ -1,7 +1,7 @@
{
+ "name": "desktop",
"chef_type": "node",
"json_class": "Chef::Node",
- "name": "monkey",
- "chef_environment": "rainforest",
+ "chef_environment": "staging",
"run_list": []
}
diff --git a/playground/nodes/blah.json b/playground/nodes/dns.json
index 8bcebcc..3465bfb 100644
--- a/playground/nodes/blah.json
+++ b/playground/nodes/dns.json
@@ -1,7 +1,7 @@
{
+ "name": "dns",
"chef_type": "node",
"json_class": "Chef::Node",
- "name": "blah",
"chef_environment": "_default",
"run_list": []
}
diff --git a/playground/nodes/camel.json b/playground/nodes/lb.json
index 2afb91e..c095504 100644
--- a/playground/nodes/camel.json
+++ b/playground/nodes/lb.json
@@ -1,7 +1,7 @@
{
+ "name": "lb",
"chef_type": "node",
"json_class": "Chef::Node",
- "name": "camel",
- "chef_environment": "desert",
+ "chef_environment": "production",
"run_list": []
}
diff --git a/playground/nodes/boxer.json b/playground/nodes/ldap.json
index 8a96dad..766f323 100644
--- a/playground/nodes/boxer.json
+++ b/playground/nodes/ldap.json
@@ -1,7 +1,7 @@
{
+ "name": "ldap",
"chef_type": "node",
"json_class": "Chef::Node",
- "name": "boxer",
"chef_environment": "_default",
"run_list": []
}
diff --git a/playground/nodes/blarrrrgh.json b/playground/nodes/www.json
index 6025af9..179e898 100644
--- a/playground/nodes/blarrrrgh.json
+++ b/playground/nodes/www.json
@@ -1,7 +1,7 @@
{
+ "name": "www",
"chef_type": "node",
"json_class": "Chef::Node",
- "name": "blarrrrgh",
"chef_environment": "_default",
"run_list": []
}