mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
builder.vmware.vmx: remove duplicate RemoteType field.
This commit is contained in:
parent
00e3f97f5b
commit
766e5c77ef
1 changed files with 0 additions and 5 deletions
|
|
@ -43,11 +43,6 @@ type Config struct {
|
|||
// scenarios. Most users will wish to create a full clone instead. Defaults
|
||||
// to false.
|
||||
Linked bool `mapstructure:"linked" required:"false"`
|
||||
// The type of remote machine that will be used to
|
||||
// build this VM rather than a local desktop product. The only value accepted
|
||||
// for this currently is esx5. If this is not set, a desktop product will
|
||||
// be used. By default, this is not set.
|
||||
RemoteType string `mapstructure:"remote_type" required:"false"`
|
||||
// Path to the source VMX file to clone. If
|
||||
// remote_type is enabled then this specifies a path on the remote_host.
|
||||
SourcePath string `mapstructure:"source_path" required:"true"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue