Versions in this module Expand all Collapse all v0 v0.3.6 Sep 2, 2013 Changes in this version type Provisioner + func (p *Provisioner) Cancel() v0.3.5 Aug 28, 2013 Changes in this version + var DefaultConfigTemplate = ... + type Config struct + CookbookPaths []string + ExecuteCommand string + InstallCommand string + Json map[string]interface{} + PreventSudo bool + RemoteCookbookPaths []string + RunList []string + SkipInstall bool + StagingDir string + type ConfigTemplate struct + CookbookPaths string + type ExecuteTemplate struct + ConfigPath string + JsonPath string + Sudo bool + type InstallChefTemplate struct + Sudo bool + type Provisioner struct + func (p *Provisioner) Prepare(raws ...interface{}) error + func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error