summaryrefslogtreecommitdiff
path: root/chef/spec/data/nodes/test.rb
blob: e47c6cba5511075978939346f4e59164b5959d72 (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
##
sunshine "in"
something "else"

##
# Nodes should have recipes
##
recipes "operations-master", "operations-monitoring"