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 148 forks source link

Hostmanager hosts configuration "goes away" #253

Open murtho opened 6 years ago

murtho commented 6 years ago

Whenever I have a machine configured with hostmanager installed like this

## vagrant-hostmanager-start id: 382a2553-2617-4b47-972f-87f95eea4f24
192.168.56.100  my.domain.dev
192.168.56.100  domain.dev
## vagrant-hostmanager-end

It keeps reverting the host to, takes about 10 minutes or something like that. It just keeps disabling the configuration while the virtual box machine is still running

## vagrant-hostmanager-start id: 382a2553-2617-4b47-972f-87f95eea4f24
# 192.168.56.100    my.domain.dev
# 192.168.56.100    domain.dev
## vagrant-hostmanager-end

is there a way to keep it active? does anyone else experience the same issue?

guillaume-gc commented 4 years ago

I have the same problem.