lib/chef-cli/skeletons/code_generator/files/default/repo/cookbooks/example/attributes/default.rb



# This is a Chef Infra Client attributes file. It can be used to specify default
# and override attributes to be applied to nodes that run this cookbook.

# Set a default name
default['example']['name'] = 'Sam Doe'

# For further information, see the Chef Infra documentation (https://docs.chef.io/attributes/).