Merge pull request #6667 from hashicorp/fix_4538

Update docs to clarify keep_registered defaults
This commit is contained in:
Megan Marsh 2018-09-04 15:28:04 -07:00 committed by GitHub
commit cfbba44fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -344,10 +344,9 @@ builder.
section below for more info. section below for more info.
- `keep_registered` (boolean) - Set this to `true` if you would like to keep - `keep_registered` (boolean) - Set this to `true` if you would like to keep
the VM registered with the remote ESXi server. This is convenient if you the VM registered with the remote ESXi server. If you do not need to export
use packer to provision VMs on ESXi and don't want to use ovftool to the vm, then also set `skip_export: true` in order to avoid an unnecessary
deploy the resulting artifact (VMX or OVA or whatever you used as `format`). step of using ovftool to export the vm. Defaults to `false`.
Defaults to `false`.
- `ovftool_options` (array of strings) - Extra options to pass to ovftool - `ovftool_options` (array of strings) - Extra options to pass to ovftool
during export. Each item in the array is a new argument. The options during export. Each item in the array is a new argument. The options