Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communicator ¶
type Communicator struct { ExecuteCommand []string Ctx interpolate.Context }
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` // Command is the command to execute Command string // ExecuteCommand is the command used to execute the command. ExecuteCommand []string `mapstructure:"execute_command"` // contains filtered or unexported fields }
type ExecuteCommandTemplate ¶
type ExecuteCommandTemplate struct {
Command string
}
type Provisioner ¶
type Provisioner struct {
// contains filtered or unexported fields
}
func (*Provisioner) Cancel ¶
func (p *Provisioner) Cancel()
func (*Provisioner) Prepare ¶
func (p *Provisioner) Prepare(raws ...interface{}) error
func (*Provisioner) Provision ¶
func (p *Provisioner) Provision(ui packer.Ui, _ packer.Communicator) error
Click to show internal directories.
Click to hide internal directories.