Fix #2695: Prevent duplicate ISO download for multi-builder builds

Add extension to VMware ISO builder to bring in sync with
Virtualbox ISO builder
This commit is contained in:
Brian Dwyer 2015-10-01 11:53:27 -04:00 committed by Mark Peek
parent e9657e6a9f
commit a563944b58
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
Description: "ISO",
ResultKey: "iso_path",
Url: b.config.ISOUrls,
Extension: "iso",
TargetPath: b.config.TargetPath,
},
&vmwcommon.StepOutputDir{