Documentation ¶
Overview ¶
This package implements a provisioner for Packer that executes a saltstack highstate within the remote machine
Index ¶
Constants ¶
View Source
const DefaultTempConfigDir = "/tmp/salt"
Variables ¶
This section is empty.
Functions ¶
func UploadLocalDirectory ¶
Types ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` // If true, run the salt-bootstrap script SkipBootstrap bool `mapstructure:"skip_bootstrap"` BootstrapArgs string `mapstructure:"bootstrap_args"` // Local path to the salt state tree LocalStateTree string `mapstructure:"local_state_tree"` // Where files will be copied before moving to the /srv/salt directory TempConfigDir string `mapstructure:"temp_config_dir"` // contains filtered or unexported fields }
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.