Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + type Config struct + Binary bool + ExecuteCommand string + ExpectDisconnect bool + Inline []string + InlineShebang string + RawStartRetryTimeout string + RemoteFile string + RemoteFolder string + RemotePath string + Script string + Scripts []string + SkipClean bool + UseEnvVarFile bool + Vars []string + type ExecuteCommandTemplate struct + EnvVarFile string + Path string + Vars string + type Provisioner struct + func (p *Provisioner) Cancel() + func (p *Provisioner) Prepare(raws ...interface{}) error + func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error + type UnixReader struct + Reader io.Reader + func (r *UnixReader) Read(p []byte) (n int, err error)