virtualbox - What is the "vagrant-host-manager start id" in the /etc/hosts file? -


i using vagrant(1.7.2), virtualbox(4.3.26), along puphpet on project. using vagrant plugin vagrant-host-manager programmatically write /etc/hosts file on vagrant up , vagrant halt.

i notice plugin provides information in comments of /etc/hosts

## vagrant-hostmanager-start id: 26c12a6f-22fd-4053-g193-77707p90318 (obfuscated id)

i thought perhaps id string going contain name of running virtual machine, appear in virtualbox gui. appears not case. know how may associate above id 1 several machines.

i want know because have several vm's containing same ip address , set of host names, therefore cannot discern vm has written what.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -