builder/virtualbox: set Tpl on VBoxManage

This commit is contained in:
Mitchell Hashimoto 2013-12-22 11:57:05 -08:00
parent e51dde13ce
commit 0de7bb33cd
2 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
},
&vboxcommon.StepVBoxManage{
Commands: b.config.VBoxManage,
Tpl: b.config.tpl,
},
&vboxcommon.StepRun{
BootWait: b.config.BootWait,

View File

@ -61,6 +61,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
},
&vboxcommon.StepVBoxManage{
Commands: b.config.VBoxManage,
Tpl: b.config.tpl,
},
&vboxcommon.StepRun{
BootWait: b.config.BootWait,