mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 00:11:41 -04:00
793 B
793 B
-
tools_upload_flavor(string) - The flavor of the VMware Tools ISO to upload into the VM. Valid values are darwin, linux, and windows. By default, this is empty, which means VMware tools won't be uploaded. -
tools_upload_path(string) - The path in the VM to upload the VMware tools. This only takes effect iftools_upload_flavoris non-empty. This is a configuration template that has a single valid variable:Flavor, which will be the value oftools_upload_flavor. By default the upload path is set to{{.Flavor}}.iso. This setting is not used whenremote_typeisesx5.