Merge pull request #8009 from afeld/patch-1
link to tip section about looping over VM definitions
This commit is contained in:
commit
dbf603b136
|
@ -85,6 +85,9 @@ The provisioners in this case will output "A", then "C", then "B". Notice
|
||||||
that "B" is last. That is because the ordering is outside-in, in
|
that "B" is last. That is because the ordering is outside-in, in
|
||||||
the order of the file.
|
the order of the file.
|
||||||
|
|
||||||
|
If you want to apply a slightly different configuration to multiple machines,
|
||||||
|
see [this tip](/docs/vagrantfile/tips.html#loop-over-vm-definitions).
|
||||||
|
|
||||||
## Controlling Multiple Machines
|
## Controlling Multiple Machines
|
||||||
|
|
||||||
The moment more than one machine is defined within a Vagrantfile, the
|
The moment more than one machine is defined within a Vagrantfile, the
|
||||||
|
|
Loading…
Reference in New Issue