Documentation ¶
Overview ¶
This package implements a provisioner for Packer that executes shell scripts within the remote machine.
Index ¶
Constants ¶
View Source
const DefaultRemotePath = "/tmp/script.sh"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteCommandTemplate ¶
type Provisioner ¶
type Provisioner struct {
// contains filtered or unexported fields
}
func (*Provisioner) Prepare ¶
func (p *Provisioner) Prepare(raws ...interface{}) error
func (*Provisioner) Provision ¶
func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error
Click to show internal directories.
Click to hide internal directories.