Versions in this module Expand all Collapse all v0 v0.8.0 Jun 23, 2015 Changes in this version + const BuilderId + var ErrContentSourceConflict = fmt.Errorf("Cannot specify source file AND content") + var ErrTargetRequired = fmt.Errorf("target required") + 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 + Content string + Source string + Target string + func NewConfig(raws ...interface{}) (*Config, []string, error) + type FileArtifact struct + func (*FileArtifact) BuilderId() string + func (a *FileArtifact) Destroy() error + func (a *FileArtifact) Files() []string + func (a *FileArtifact) Id() string + func (a *FileArtifact) State(name string) interface{} + func (a *FileArtifact) String() string