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

Add extension to VMware ISO builder to bring in sync with
Virtualbox ISO builder
pull/2848/head
Brian Dwyer 11 years ago committed by Mark Peek
parent e9657e6a9f
commit a563944b58

@ -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{

Loading…
Cancel
Save