mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-13 18:50:11 -04:00
website: additional provisioner docs
This commit is contained in:
parent
0449add7b7
commit
a5bcb3d0e6
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ Within a template, a section of provisioner definitions looks like this:
|
|||
}
|
||||
</pre>
|
||||
|
||||
For each of the definitions, Packer will run the provisioner for each
|
||||
of the configured builds. The provisioners will be run in the order
|
||||
they are defined within the template.
|
||||
|
||||
## Provisioner Definition
|
||||
|
||||
A provisioner definition is a JSON object that must contain at least
|
||||
|
|
|
|||
Loading…
Reference in a new issue