vagrant-hostmanager/lib
Bryan Cribbs c53452b927 #44 Handle destroyed machines in update_file
Keep track of machines that have been destroyed (they have a nil id).
Do not include them when updating the hosts file.

Since it is impossible to match on id, this is accomplished by matching
the exact ip / hostname / alias.  If any of these have been altered
since the entry was created the entry will not be removed from the hosts
file.

Potentially, this could be relaxed to only match on ip / hostname pairs.
2013-11-02 16:00:23 -05:00
..
vagrant-hostmanager #44 Handle destroyed machines in update_file 2013-11-02 16:00:23 -05:00
vagrant-hostmanager.rb Implement check for already active machine. 2013-04-08 13:20:22 -04:00