Merge pull request #4958 from heydonovan/named-provisioners-only-in-1.7.0

Named Provisioners only in v1.7.0
This commit is contained in:
Seth Vargo 2014-12-12 09:19:53 -08:00
commit 09cc1f1d73
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ it can greatly improve readability. Additionally, some provisioners, like
the Chef provisioner, have special methods that can be called within that
block to ease configuration that can't be done with the key/value approach.
Provisioners can also be named. These names are used cosmetically for output
Provisioners can also be named (since 1.7.0). These names are used cosmetically for output
as well as overriding provisioner settings (covered further below). An example
of naming provisioners is shown below: