From 77efbe572d23fe25c031bd9c96d31568e2541424 Mon Sep 17 00:00:00 2001 From: Maxim Fedchyshyn Date: Wed, 26 Oct 2016 16:41:53 -0700 Subject: [PATCH] Fixed typo at chef-solo.html.md --- website/source/docs/provisioners/chef-solo.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/chef-solo.html.md b/website/source/docs/provisioners/chef-solo.html.md index ca97a31be..2b81d59cb 100644 --- a/website/source/docs/provisioners/chef-solo.html.md +++ b/website/source/docs/provisioners/chef-solo.html.md @@ -163,7 +163,7 @@ This command can be customized using the `execute_command` configuration. As you can see from the default value above, the value of this configuration can contain various template variables, defined below: -- `ConfigPath` - The path to the Chef configuration file. file. +- `ConfigPath` - The path to the Chef configuration file. - `JsonPath` - The path to the JSON attributes file for the node. - `Sudo` - A boolean of whether to `sudo` the command or not, depending on the value of the `prevent_sudo` configuration.