builder.vmware.vmx: remove duplicate RemoteType field.
This commit is contained in:
parent
00e3f97f5b
commit
766e5c77ef
@ -43,11 +43,6 @@ type Config struct {
|
|||||||
// scenarios. Most users will wish to create a full clone instead. Defaults
|
// scenarios. Most users will wish to create a full clone instead. Defaults
|
||||||
// to false.
|
// to false.
|
||||||
Linked bool `mapstructure:"linked" required:"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
|
// Path to the source VMX file to clone. If
|
||||||
// remote_type is enabled then this specifies a path on the remote_host.
|
// remote_type is enabled then this specifies a path on the remote_host.
|
||||||
SourcePath string `mapstructure:"source_path" required:"true"`
|
SourcePath string `mapstructure:"source_path" required:"true"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user