builder/vmware/vmx: set the settings for cloning vmx

This commit is contained in:
Mitchell Hashimoto 2013-12-26 08:36:00 -07:00
parent eeeaec3562
commit 82fad98b07
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
Force: b.config.PackerForce,
},
&StepCloneVMX{
Path: b.config.SourcePath,
OutputDir: b.config.OutputDir,
Path: b.config.SourcePath,
VMName: b.config.VMName,
},
}