devopsgroup-io / vagrant-hostmanager

:pencil: A Vagrant plugin that manages hosts files within a multi-machine environment.
Mozilla Public License 2.0
1.46k stars 146 forks source link

aliases_on_separate_lines doesn't seem to work #156

Closed debo closed 9 years ago

debo commented 9 years ago

Hey there, I followed the documentation and also the test Vagrantfile present in your source but it doesn't look like the flag works. The aliases don't get split and still written in one single line. I'm on the latest version of yosemity and vagrant, what could be the cause of this? What additional information do you need from me to better understand what the possible cause can be?

seth-reeser commented 9 years ago

Hello, the newest release of vagrant-hostmanager, 1.6.0, splits the aliases on seperate lines. Make sure you run vagrant plugin update, then run vagrant hostmanager to update your hosts file. The flag is meant for the next release.

debo commented 9 years ago

I thought it was already part of 1.5 accordingly to the documentation. Thanks for the heads up

debo commented 9 years ago

Ok, updated and checked. All working fine now. Thanks a lot.