minor doc update with missing "use" vsphere config (#10474)
This commit is contained in:
parent
e77d270fc4
commit
1e8b0723f5
|
@ -30,7 +30,7 @@ type LocationConfig struct {
|
|||
// VMWare datastore. Required if `host` is a cluster, or if `host` has
|
||||
// multiple datastores.
|
||||
Datastore string `mapstructure:"datastore"`
|
||||
// Set this to true if packer should the host for uploading files
|
||||
// Set this to true if packer should use the host for uploading files
|
||||
// to the datastore. Defaults to false.
|
||||
SetHostForDatastoreUploads bool `mapstructure:"set_host_for_datastore_uploads"`
|
||||
}
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
- `datastore` (string) - VMWare datastore. Required if `host` is a cluster, or if `host` has
|
||||
multiple datastores.
|
||||
|
||||
- `set_host_for_datastore_uploads` (bool) - Set this to true if packer should the host for uploading files
|
||||
- `set_host_for_datastore_uploads` (bool) - Set this to true if packer should use the host for uploading files
|
||||
to the datastore. Defaults to false.
|
||||
|
|
Loading…
Reference in New Issue