Versions in this module Expand all Collapse all v0 v0.12.2 Jan 20, 2017 Changes in this version + type Config struct + Bootstrap bool + BootstrapCommand string + ExecuteCommand string + Module string + ModuleDirs []ModuleDir + Params map[string]string + PreventBootstrapSudo bool + PreventSudo bool + Version string + WorkingDirectory string + type ModuleDir struct + Destination string + Exclude []string + Source 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