Closed austinlparker closed 8 years ago
Thank you for the pull request @austinlparker ! This has been low hanging fruit for quite some time - beat us to it! Looks good. I'm going to run through some QA and once passed will publish a new release.
Hey Seth, any word on this?
Should be a day or two - stay tuned.
Fixes #200
Currently, when running
vagrant up
aftervagrant halt
(or some other combination of steps that leaves you with powered off but provisioned vagrant machines), the hostmanager plugin will attempt to update the hostsfile on each machine. However, it does this by querying the vagrant environment for created machines. This PR changes the behavior to have hostmanager only attempt to update the hosts file on running vagrant machines duringvagrant up
.