summaryrefslogtreecommitdiff
path: root/examples/node.rb
blob: ef1e6a73fae29ca4c1b6a97742f5b3073eca33e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"