summaryrefslogtreecommitdiff
path: root/playground/data_bags/passwords
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/data_bags/passwords
parent59baab81f5aa1df4dd29781612db5c183e293b52 (diff)
downloadchef-zero-16fa20493e37e9cf9c9d5d97aa9b6425c44f9d6d.tar.gz
Make playground items more semantic
Diffstat (limited to 'playground/data_bags/passwords')
-rw-r--r--playground/data_bags/passwords/github.json12
-rw-r--r--playground/data_bags/passwords/twitter.json12
2 files changed, 24 insertions, 0 deletions
diff --git a/playground/data_bags/passwords/github.json b/playground/data_bags/passwords/github.json
new file mode 100644
index 0000000..672a410
--- /dev/null
+++ b/playground/data_bags/passwords/github.json
@@ -0,0 +1,12 @@
+{
+ "id": "github",
+ "development": {
+ "token": "ABC123"
+ },
+ "staging": {
+ "token": "DEF456"
+ },
+ "production": {
+ "token": "HIJ789"
+ }
+}
diff --git a/playground/data_bags/passwords/twitter.json b/playground/data_bags/passwords/twitter.json
new file mode 100644
index 0000000..278e2d1
--- /dev/null
+++ b/playground/data_bags/passwords/twitter.json
@@ -0,0 +1,12 @@
+{
+ "id": "twitter",
+ "development": {
+ "api_key": "ABC123"
+ },
+ "staging": {
+ "api_key": "DEF456"
+ },
+ "production": {
+ "api_key": "HIJ789"
+ }
+}