lib/chef-cli/skeletons/code_generator/files/default/repo/cookbooks/example/recipes/default.rb in chef-cli-5.6.14 vs lib/chef-cli/skeletons/code_generator/files/default/repo/cookbooks/example/recipes/default.rb in chef-cli-5.6.16
- old
+ new
@@ -1,8 +1,8 @@
# This is a Chef Infra Client recipe file. It can be used to specify resources
# which will apply configuration to a server.
-log "Welcome to Chef Infra Client, #{node['example']['name']}!" do
+log "Welcome to Chef Infra Client, #{node["example"]["name"]}!" do
level :info
end
# For more information, see the documentation: https://docs.chef.io/recipes