From ef03e97dc3f590ad20135137ec2c18064dba970a Mon Sep 17 00:00:00 2001 From: Matthew Donoughe Date: Tue, 24 Apr 2018 20:38:57 -0400 Subject: [PATCH] pass MacAddress to StepCreateVM --- builder/hyperv/iso/builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/hyperv/iso/builder.go b/builder/hyperv/iso/builder.go index 9d32eef43..816299cbc 100644 --- a/builder/hyperv/iso/builder.go +++ b/builder/hyperv/iso/builder.go @@ -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{},