Merge pull request #4939 from imjacobclark/vagrantfile-strict-mode-docs

Updates documentation to respect Vagrantfile case sensitivity on strict file systems
This commit is contained in:
Seth Vargo 2014-12-11 09:44:50 -08:00
commit b1fde1547d
1 changed files with 1 additions and 1 deletions

View File

@ -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