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

##
# Nodes can set arbitrary arguments
##
sunshine "in"
something "else"

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