diff options
author | jkeiser <jkeiser@opscode.com> | 2012-12-20 16:42:02 -0800 |
---|---|---|
committer | jkeiser <jkeiser@opscode.com> | 2012-12-20 16:42:02 -0800 |
commit | 255ef3250bc2604284f56845e027200856a81d78 (patch) | |
tree | efb60fb34c049c6699f0a471655a4309c7a7dec0 /playground/nodes | |
parent | f0de46d1436c5ab858070d2db20d1bea9c61749a (diff) | |
download | chef-zero-255ef3250bc2604284f56845e027200856a81d78.tar.gz |
Create playground for easy testing of Chef server
Diffstat (limited to 'playground/nodes')
-rw-r--r-- | playground/nodes/blah.json | 5 | ||||
-rw-r--r-- | playground/nodes/blarrrrgh.json | 5 | ||||
-rw-r--r-- | playground/nodes/boxer.json | 5 | ||||
-rw-r--r-- | playground/nodes/camel.json | 5 | ||||
-rw-r--r-- | playground/nodes/monkey.json | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/playground/nodes/blah.json b/playground/nodes/blah.json new file mode 100644 index 0000000..669e1af --- /dev/null +++ b/playground/nodes/blah.json @@ -0,0 +1,5 @@ +{ + "chef_type": "node", + "name": "blah", + "chef_environment": "_default" +} diff --git a/playground/nodes/blarrrrgh.json b/playground/nodes/blarrrrgh.json new file mode 100644 index 0000000..358e4d5 --- /dev/null +++ b/playground/nodes/blarrrrgh.json @@ -0,0 +1,5 @@ +{ + "chef_type": "node", + "name": "blarrrrgh", + "chef_environment": "_default" +}
\ No newline at end of file diff --git a/playground/nodes/boxer.json b/playground/nodes/boxer.json new file mode 100644 index 0000000..7643fa7 --- /dev/null +++ b/playground/nodes/boxer.json @@ -0,0 +1,5 @@ +{ + "chef_type": "node", + "name": "boxer", + "chef_environment": "_default" +}
\ No newline at end of file diff --git a/playground/nodes/camel.json b/playground/nodes/camel.json new file mode 100644 index 0000000..c69d048 --- /dev/null +++ b/playground/nodes/camel.json @@ -0,0 +1,5 @@ +{ + "chef_type": "node", + "name": "camel", + "chef_environment": "desert" +}
\ No newline at end of file diff --git a/playground/nodes/monkey.json b/playground/nodes/monkey.json new file mode 100644 index 0000000..3170252 --- /dev/null +++ b/playground/nodes/monkey.json @@ -0,0 +1,5 @@ +{ + "chef_type": "node", + "name": "monkey", + "chef_environment": "rainforest" +}
\ No newline at end of file |