blob: e1301130d27503d3f8c2a48b5a9f19e8392999e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
##
# Nodes should have a unique name
##
name "test.example.com-short"
##
# Nodes can set arbitrary arguments
##
default[:sunshine] = "in"
default[:something] = "else"
##
# Nodes should have recipes
##
run_list "operations-master", "operations-monitoring"
|