Given the following workflow, the hostnames are not correctly updated.
vagrant up with hostnames: 1.1.1.1 -> olddomain.com
Edit vagrantfile to specify 1.1.1.1 -> newdomain.com
vagrant destroy -f ; vagrant up
In this circumstance, the plugin simply reports "found entry" instead of correctly deleting and replacing, leaving the olddomain.com in the hosts file, and not applying newdomain.com to the hosts file.
Given the following workflow, the hostnames are not correctly updated.
vagrant up
with hostnames: 1.1.1.1 -> olddomain.comvagrant destroy -f ; vagrant up
In this circumstance, the plugin simply reports "found entry" instead of correctly deleting and replacing, leaving the
olddomain.com
in the hosts file, and not applyingnewdomain.com
to the hosts file.