File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/chef-12.21.12/spec/data/nodes/

Viewing File: test.rb

##
# Nodes should have a unique name
##
name "test.example.com-short"

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

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