Commit 1b9d0dcd authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #2321 from acranox/chef-client-docs

website: Update docs for default configuration template
parents 4a60e469 5896d96b
......@@ -113,11 +113,17 @@ The default value for the configuration template is:
log_level :info
log_location STDOUT
chef_server_url "{{.ServerUrl}}"
{{if ne .ValidationClientName ""}}
validation_client_name "{{.ValidationClientName}}"
{{else}}
validation_client_name "chef-validator"
{{end}}
{{if ne .ValidationKeyPath ""}}
validation_key "{{.ValidationKeyPath}}"
{{end}}
{{if ne .NodeName ""}}
node_name "{{.NodeName}}"
{{end}}
```
This template is a [configuration template](/docs/templates/configuration-templates.html)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment