update docs
This commit is contained in:
parent
85b8a654b0
commit
c1141c849f
|
@ -44,11 +44,11 @@ configuration is actually required.
|
||||||
- `chef_environment` (string) - The name of the chef\_environment sent to the
|
- `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 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
|
- `chef_license` (string) - As of Chef v15, Chef requires users to accept a
|
||||||
By default the chef_license with a value of accept-silent is set but possble
|
license. Defaults to `accept-silent` when `skip_install` is false and
|
||||||
values are accept, accept-silent and accept-no-persist see
|
`install_command` is unset. Possible values are `accept`,
|
||||||
[Accepting the Chef License](https://docs.chef.io/chef_license_accept.html)
|
`accept-silent` and `accept-no-persist`. For details see [Accepting the
|
||||||
for details
|
Chef License](https://docs.chef.io/chef_license_accept.html).
|
||||||
|
|
||||||
- `config_template` (string) - Path to a template that will be used for the
|
- `config_template` (string) - Path to a template that will be used for the
|
||||||
Chef configuration file. By default Packer only sets configuration it needs
|
Chef configuration file. By default Packer only sets configuration it needs
|
||||||
|
|
|
@ -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
|
- `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
|
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
|
- `chef_license` (string) - As of Chef v15, Chef requires users to accept a
|
||||||
By default the chef_license with a value of accept-silent is set but possble
|
license. Defaults to `accept-silent` when `skip_install` is false and
|
||||||
values are accept, accept-silent and accept-no-persist see
|
`install_command` is unset. Possible values are `accept`,
|
||||||
[Accepting the Chef License](https://docs.chef.io/chef_license_accept.html)
|
`accept-silent` and `accept-no-persist`. For details see [Accepting the
|
||||||
for details
|
Chef License](https://docs.chef.io/chef_license_accept.html).
|
||||||
|
|
||||||
- `config_template` (string) - Path to a template that will be used for the
|
- `config_template` (string) - Path to a template that will be used for the
|
||||||
Chef configuration file. By default Packer only sets configuration it needs
|
Chef configuration file. By default Packer only sets configuration it needs
|
||||||
|
|
Loading…
Reference in New Issue