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