This website requires JavaScript.
Explore
Help
Sign In
kienan
/
vagrant-hostmanager
Watch
1
Star
0
Fork
You've already forked vagrant-hostmanager
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
67644a6de0
vagrant-hostmanager
/
locales
/
en.yml
5 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
Proof-of-concept support for managing /etc/hosts. Hooks into the up and destroy commands to manage changes to the /etc/hosts file on active machines.
2013-03-27 19:29:21 +00:00
en
:
vagrant_hostmanager
:
Implement check for already active machine. This commit re-instates the behavior of auto-updating the /etc/hosts file on each active machine. If machine is already active, no update will occur.
2013-04-08 17:20:22 +00:00
action
:
Implement command to update /etc/hosts files. This commit disables automatic updates by default instead preferring the user to execute the hostmanager sub-command. The user can enable auto updates via configuration.
2013-04-06 12:59:07 +00:00
update
:
"[%{name}] Updating /etc/hosts file"