builder/vmware/vmx: set the settings for cloning vmx
This commit is contained in:
parent
eeeaec3562
commit
82fad98b07
|
@ -54,7 +54,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||||
Force: b.config.PackerForce,
|
Force: b.config.PackerForce,
|
||||||
},
|
},
|
||||||
&StepCloneVMX{
|
&StepCloneVMX{
|
||||||
Path: b.config.SourcePath,
|
OutputDir: b.config.OutputDir,
|
||||||
|
Path: b.config.SourcePath,
|
||||||
|
VMName: b.config.VMName,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue