Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix situation with hosts file line endings
I ran into a situation in which the the hosts file in the guest (ubuntu 14.04) had CRLF line endings when vagranted from a Windows server 2012 R2, with Vagrant 1.7.2 with hostmanager 1.5.0 . The vagrant commands where run from a cygwin shell. As per Ruby documentation, replacing open mode to binary "Suppresses EOL <-> CRLF conversion on Windows."
- Loading branch information