We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6c0fb commit fef31d3Copy full SHA for fef31d3
1 file changed
chef/bin/chef-client
@@ -79,6 +79,7 @@ Chef::Config.from_file(config[:config_file])
79
if config[:log_level]
80
Chef::Log.level(config[:log_level].to_sym)
81
end
82
+config[:node_name] ||= Chef::Config[:node_name]
83
84
c = Chef::Client.new
85
c.json_attribs = config[:json_attribs]
0 commit comments