From 4d576ebf79028cf5b887abeb02d63822c16be559 Mon Sep 17 00:00:00 2001 From: Jacob Clark Date: Thu, 11 Dec 2014 14:46:35 +0000 Subject: [PATCH] Vagrantfile is case sensitive on strict file sys --- website/docs/source/v2/vagrantfile/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/vagrantfile/index.html.md b/website/docs/source/v2/vagrantfile/index.html.md index 66de9b7a1..a83b98620 100644 --- a/website/docs/source/v2/vagrantfile/index.html.md +++ b/website/docs/source/v2/vagrantfile/index.html.md @@ -9,7 +9,7 @@ The primary function of the Vagrantfile is to describe the type of machine required for a project, and how to configure and provision these machines. Vagrantfiles are called Vagrantfiles because the actual literal filename for the file is `Vagrantfile` (casing doesn't -matter). +matter unless your file system is running in a strict case sensitive mode). Vagrant is meant to run with one Vagrantfile per project, and the Vagrantfile is supposed to be committed to version control. This allows other developers