summaryrefslogtreecommitdiff
path: root/chef/spec/data/nodes/test.rb
blob: d968816d60f8e27b35cd4d7c6373be1c209d7c18 (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"