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 + SourcePath string + VMName string + func NewConfig(raws ...interface{}) (*Config, []string, error) + type StepImport struct + Name string + SourcePath string + func (s *StepImport) Cleanup(state multistep.StateBag) + func (s *StepImport) Run(state multistep.StateBag) multistep.StepAction