Commit 0de7bb33 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/virtualbox: set Tpl on VBoxManage

parent e51dde13
...@@ -285,6 +285,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe ...@@ -285,6 +285,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
}, },
&vboxcommon.StepVBoxManage{ &vboxcommon.StepVBoxManage{
Commands: b.config.VBoxManage, Commands: b.config.VBoxManage,
Tpl: b.config.tpl,
}, },
&vboxcommon.StepRun{ &vboxcommon.StepRun{
BootWait: b.config.BootWait, BootWait: b.config.BootWait,
......
...@@ -61,6 +61,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe ...@@ -61,6 +61,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
}, },
&vboxcommon.StepVBoxManage{ &vboxcommon.StepVBoxManage{
Commands: b.config.VBoxManage, Commands: b.config.VBoxManage,
Tpl: b.config.tpl,
}, },
&vboxcommon.StepRun{ &vboxcommon.StepRun{
BootWait: b.config.BootWait, BootWait: b.config.BootWait,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment