Versions in this module Expand all Collapse all v0 v0.9.0 Feb 20, 2016 Changes in this version + type Communicator struct + func (c *Communicator) Download(string, io.Writer) error + func (c *Communicator) DownloadDir(src string, dst string, exclude []string) error + func (c *Communicator) Start(cmd *packer.RemoteCmd) error + func (c *Communicator) Upload(string, io.Reader, *os.FileInfo) error + func (c *Communicator) UploadDir(string, string, []string) error + type Config struct + ExecuteCommand string + Inline []string + InlineShebang string + Script string + Scripts []string + Vars []string + type ExecuteCommandTemplate struct + Path string + Vars string + type PostProcessor struct + func (p *PostProcessor) Configure(raws ...interface{}) error + func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error) v0.9.0-rc2 Feb 18, 2016