Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultOSType = UnixOSType
View Source
const UnixOSType = "unix"
View Source
const WindowsOSType = "windows"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuestCommands ¶
func NewGuestCommands ¶
func NewGuestCommands(osType string, sudo bool) (*GuestCommands, error)
func (*GuestCommands) CreateDir ¶
func (g *GuestCommands) CreateDir(path string) string
func (*GuestCommands) RemoveDir ¶
func (g *GuestCommands) RemoveDir(path string) string
Directories ¶
Path | Synopsis |
---|---|
This package implements a provisioner for Packer that uses Chef to provision the remote machine, specifically with chef-client (that is, with a Chef server).
|
This package implements a provisioner for Packer that uses Chef to provision the remote machine, specifically with chef-client (that is, with a Chef server). |
This package implements a provisioner for Packer that uses Chef to provision the remote machine, specifically with chef-solo (that is, without a Chef server).
|
This package implements a provisioner for Packer that uses Chef to provision the remote machine, specifically with chef-solo (that is, without a Chef server). |
This package implements a provisioner for Packer that executes shell scripts within the remote machine.
|
This package implements a provisioner for Packer that executes shell scripts within the remote machine. |
This package implements a provisioner for Packer that executes Puppet on the remote machine, configured to apply a local manifest versus connecting to a Puppet master.
|
This package implements a provisioner for Packer that executes Puppet on the remote machine, configured to apply a local manifest versus connecting to a Puppet master. |
This package implements a provisioner for Packer that executes Puppet on the remote machine connecting to a Puppet master.
|
This package implements a provisioner for Packer that executes Puppet on the remote machine connecting to a Puppet master. |
This package implements a provisioner for Packer that executes a saltstack state within the remote machine
|
This package implements a provisioner for Packer that executes a saltstack state within the remote machine |
This package implements a provisioner for Packer that executes shell scripts within the remote machine.
|
This package implements a provisioner for Packer that executes shell scripts within the remote machine. |
This package implements a provisioner for Packer that executes shell scripts within the remote machine.
|
This package implements a provisioner for Packer that executes shell scripts within the remote machine. |
Click to show internal directories.
Click to hide internal directories.