You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/source/docs/provisioners/salt.html.markdown

901 B

layout
docs

Salt Provisioner

Type: salt

The salt provisioner provisions machines built by Packer using Salt states.

Basic Example

The example below is fully functional.

{
    "type": "salt",
    "bootstrap_args": "git v0.14.0"
}

Configuration Reference

The reference of available configuration options is listed below:

  • skip_bootstrap (boolean) - By default Packer runs salt bootstrap to install salt. Set this to true to skip this step.

  • boostrap_args (string) - Arguments to send to the bootstrap script. Usage is somewhat documented on github, but the script itself has more detailed usage instructions. Default is no arguments.