Doc updates about accepting the Chef license

This commit is contained in:
Mudassar Shafique 2019-05-20 12:37:03 -07:00
parent 45cf82b679
commit b7dcc00c92
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ The `chef` provisioner has some prerequisites for specific connection types:
* For `ssh` type connections, `cURL` must be available on the remote host.
* For `winrm` connections, `PowerShell 2.0` must be available on the remote host.
[Chef end user license agreement](https://www.chef.io/end-user-license-agreement/) must be accepted by setting `chef_license` to `accept` in `client_options` argument unless you are installing an old version of Chef client.
Without these prerequisites, your provisioning execution will fail.
## Example usage