diff options
Diffstat (limited to 'examples/node.rb')
-rw-r--r-- | examples/node.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/node.rb b/examples/node.rb new file mode 100644 index 0000000000..d236e6a068 --- /dev/null +++ b/examples/node.rb @@ -0,0 +1,16 @@ +## +# 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" |