agiledivider / vagrant-hostsupdater

MIT License
1.15k stars 130 forks source link

Readme resume_on_suspend or remove_on_suspend #106

Closed afercia closed 6 years ago

afercia commented 8 years ago

Hello :) I guess this in the Readme:

Keeping Host Entries After Suspend/Halt
To keep your /etc/hosts file unchanged simply add the line below to your VagrantFile:
config.hostsupdater.resume_on_suspend = false

Should be instead this?

config.hostsupdater.remove_on_suspend = false
jkondratowicz commented 8 years ago

Already fixed in develop branch.

cgsmith commented 8 years ago

I will put a release on master shortly - thanks :)