File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.3.45/spec/data/nodes/

Viewing File: test.example.com.rb

##
# 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"