Vagrantfile is case sensitive on strict file sys

This commit is contained in:
Jacob Clark 2014-12-11 14:46:35 +00:00
parent 2385305f6f
commit 4d576ebf79
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