mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
pass MacAddress to StepCreateVM
This commit is contained in:
parent
148f7d39e4
commit
ef03e97dc3
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
DifferencingDisk: b.config.DifferencingDisk,
|
||||
SkipExport: b.config.SkipExport,
|
||||
OutputDir: b.config.OutputDir,
|
||||
MacAddress: b.config.MacAddress,
|
||||
},
|
||||
&hypervcommon.StepEnableIntegrationService{},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue