summaryrefslogtreecommitdiff
path: root/chef/examples/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/examples/node.rb')
-rw-r--r--chef/examples/node.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/chef/examples/node.rb b/chef/examples/node.rb
new file mode 100644
index 0000000000..ef1e6a73fa
--- /dev/null
+++ b/chef/examples/node.rb
@@ -0,0 +1,17 @@
+##
+# Nodes should have a unique name
+##
+name "ops1prod"
+
+##
+# Nodes can set arbitrary arguments
+##
+sunshine "in"
+something "else"
+that "is a cool ass trick"
+
+##
+# Nodes should have recipes
+##
+recipes "operations-master", "operations-monitoring"
+