summaryrefslogtreecommitdiff
path: root/chef/spec/data/nodes/default.rb
blob: 1d6291f166d3a97e40ce45265d6b02a4c4f51c3e (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
##
default[:sunshine] = "in"
default[:something] = "else"

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