diff --git a/website/source/docs/provisioners/chef-client.html.md.erb b/website/source/docs/provisioners/chef-client.html.md.erb index fd09631b4..341f19da0 100644 --- a/website/source/docs/provisioners/chef-client.html.md.erb +++ b/website/source/docs/provisioners/chef-client.html.md.erb @@ -44,11 +44,11 @@ configuration is actually required. - `chef_environment` (string) - The name of the chef\_environment sent to the Chef server. By default this is empty and will not use an environment. -- `chef_license` (string) - As of Chef 15 chef requires a license be accepted - By default the chef_license with a value of accept-silent is set but possble - values are accept, accept-silent and accept-no-persist see - [Accepting the Chef License](https://docs.chef.io/chef_license_accept.html) - for details +- `chef_license` (string) - As of Chef v15, Chef requires users to accept a + license. Defaults to `accept-silent` when `skip_install` is false and + `install_command` is unset. Possible values are `accept`, + `accept-silent` and `accept-no-persist`. For details see [Accepting the + Chef License](https://docs.chef.io/chef_license_accept.html). - `config_template` (string) - Path to a template that will be used for the Chef configuration file. By default Packer only sets configuration it needs diff --git a/website/source/docs/provisioners/chef-solo.html.md.erb b/website/source/docs/provisioners/chef-solo.html.md.erb index 2856ec080..cb4836628 100644 --- a/website/source/docs/provisioners/chef-solo.html.md.erb +++ b/website/source/docs/provisioners/chef-solo.html.md.erb @@ -40,11 +40,11 @@ configuration is actually required, but at least `run_list` is recommended. - `chef_environment` (string) - The name of the `chef_environment` sent to the Chef server. By default this is empty and will not use an environment -- `chef_license` (string) - As of Chef 15 chef requires a license be accepted - By default the chef_license with a value of accept-silent is set but possble - values are accept, accept-silent and accept-no-persist see - [Accepting the Chef License](https://docs.chef.io/chef_license_accept.html) - for details +- `chef_license` (string) - As of Chef v15, Chef requires users to accept a + license. Defaults to `accept-silent` when `skip_install` is false and + `install_command` is unset. Possible values are `accept`, + `accept-silent` and `accept-no-persist`. For details see [Accepting the + Chef License](https://docs.chef.io/chef_license_accept.html). - `config_template` (string) - Path to a template that will be used for the Chef configuration file. By default Packer only sets configuration it needs