Fix minor typo in chef-client.html.md

This commit is contained in:
vkatsikaros 2018-10-12 15:43:38 +03:00 committed by GitHub
parent 89150dee93
commit caccbdc712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ mode, while passing a `run_list` using a variable.
**Local environment variables**
# Machines Chef directory
# Machine's Chef directory
export PACKER_CHEF_DIR=/var/chef-packer
# Comma separated run_list
export PACKER_CHEF_RUN_LIST="recipe[apt],recipe[nginx]"