builder/vmware: Add the run step

pull/15/head
Mitchell Hashimoto 13 years ago
parent 9c27f5857b
commit 8055e396a0

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

Loading…
Cancel
Save