From b7dcc00c92d8b34b838814496c49f4860e31e873 Mon Sep 17 00:00:00 2001 From: Mudassar Shafique <15931574+mudash@users.noreply.github.com> Date: Mon, 20 May 2019 12:37:03 -0700 Subject: [PATCH] Doc updates about accepting the Chef license --- website/docs/provisioners/chef.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/provisioners/chef.html.markdown b/website/docs/provisioners/chef.html.markdown index e58440ed1..3dbb5b70e 100644 --- a/website/docs/provisioners/chef.html.markdown +++ b/website/docs/provisioners/chef.html.markdown @@ -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