Merge pull request #4072 from MaximF/patch-1

Fixed typo at chef-solo.html.md
This commit is contained in:
Rickard von Essen 2016-10-27 06:41:05 +02:00 committed by GitHub
commit 4b06d7d20c
1 changed files with 1 additions and 1 deletions

View File

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