link to tip section about looping over VM definitions

Users learning about multi-machine definitions will likely be interested in the linked tip...this connects the two pages.
This commit is contained in:
Aidan Feldman 2016-11-16 02:23:19 -05:00 committed by GitHub
parent 0cfdf6f1fe
commit 38479a3541
1 changed files with 3 additions and 0 deletions

View File

@ -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
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
The moment more than one machine is defined within a Vagrantfile, the