builder/vmware: Add the run step

This commit is contained in:
Mitchell Hashimoto 2013-06-05 15:12:43 -07:00
parent 9c27f5857b
commit 8055e396a0
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook) packer.Artifact {
&stepCreateDisk{}, &stepCreateDisk{},
&stepCreateVMX{}, &stepCreateVMX{},
&stepHTTPServer{}, &stepHTTPServer{},
&stepRun{},
} }
// Setup the state bag // Setup the state bag