summaryrefslogtreecommitdiff
path: root/chef/spec/data/nodes/test.example.com.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/spec/data/nodes/test.example.com.rb')
-rw-r--r--chef/spec/data/nodes/test.example.com.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/chef/spec/data/nodes/test.example.com.rb b/chef/spec/data/nodes/test.example.com.rb
new file mode 100644
index 0000000000..9c374395bf
--- /dev/null
+++ b/chef/spec/data/nodes/test.example.com.rb
@@ -0,0 +1,15 @@
+##
+# Nodes should have a unique name
+##
+name "test.example.com"
+
+##
+# Nodes can set arbitrary arguments
+##
+sunshine "in"
+something "else"
+
+##
+# Nodes should have recipes
+##
+recipes "operations-master", "operations-monitoring"