summaryrefslogtreecommitdiff
path: root/examples/config/nodes/latte.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config/nodes/latte.rb')
-rw-r--r--examples/config/nodes/latte.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/config/nodes/latte.rb b/examples/config/nodes/latte.rb
new file mode 100644
index 0000000000..8d56684a61
--- /dev/null
+++ b/examples/config/nodes/latte.rb
@@ -0,0 +1,14 @@
+##
+# Nodes should have a unique name
+##
+name "latte"
+
+##
+# Nodes can set arbitrary arguments
+##
+owner "Adam Jacob"
+
+##
+# Nodes should have recipes
+##
+recipes "tempfile", "fakefile"