summaryrefslogtreecommitdiff
path: root/chef/spec/data/nodes/test.example.com.rb
blob: b30e8489e035d8ae6ccde32211dc7a2b24ef9123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##
# Nodes should have a unique name
##
name "test.example.com"

##
# Nodes can set arbitrary arguments
##
normal[:sunshine] = "in"
normal[:something] = "else"

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

chef_environment "dev"