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