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

website: Update docs for default configuration template
This commit is contained in:
Mitchell Hashimoto 2015-06-29 09:33:48 -07:00
commit 1b9d0dcddd
1 changed files with 6 additions and 0 deletions

View File

@ -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)