Versions in this module Expand all Collapse all v0 v0.5.1 Jan 2, 2014 v0.5.0 Dec 30, 2013 Changes in this version + type Builder struct + func (b *Builder) Cancel() + func (b *Builder) Prepare(raws ...interface{}) ([]string, error) + func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) + type Config struct + SkipCompaction bool + SourcePath string + VMName string + func NewConfig(raws ...interface{}) (*Config, []string, error) + type StepCloneVMX struct + OutputDir string + Path string + VMName string + func (s *StepCloneVMX) Cleanup(state multistep.StateBag) + func (s *StepCloneVMX) Run(state multistep.StateBag) multistep.StepAction