From 38479a3541e71211ae97b69b4b9195c73536df49 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Wed, 16 Nov 2016 02:23:19 -0500 Subject: [PATCH] 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. --- website/source/docs/multi-machine/index.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/multi-machine/index.html.md b/website/source/docs/multi-machine/index.html.md index 4c3497a91..653af2438 100644 --- a/website/source/docs/multi-machine/index.html.md +++ b/website/source/docs/multi-machine/index.html.md @@ -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