log_location "/var/log/chef/client.log"
+# Set the node name
+
+node_name "<%= node.name %>"
+
# Verify SSL certificates
ssl_verify_mode :verify_peer
ohai.plugin_path << "<%= node[:ohai][:plugin_dir] %>"
+# Enable some optional ohai plugins
+
+ohai.optional_plugins = %w[Passwd]
+
# Load supporting code for report handlers
require "/etc/chef/report"