diff --git a/HowtoVagrant.md b/HowtoVagrant.md index aaf19130..8b257ba6 100644 --- a/HowtoVagrant.md +++ b/HowtoVagrant.md @@ -429,3 +429,7 @@ vagrant rsync-auto ~~~ Voir la [documentation](https://developer.hashicorp.com/vagrant/docs/synced-folders/rsync). + +### Répertoire avec Plusieurs `Vagrantfiles` + +On peut utiliser la variable d'environnement [`VAGRANT_VAGRANTFILE`](https://developer.hashicorp.com/vagrant/docs/other/environmental-variables#vagrant_vagrantfile) pour spécifier le nom (et non le chemin) du `Vagrantfile` à utiliser.