Brian Johnson
782168492c
- Ensure that empty regex isn't processed for deletes.
...
- Set the hook for deletion to run prior to machine deletion so that the id is retrieveable.
2013-06-17 12:59:07 -07:00
Brian Johnson
1e698e5912
Update to do an update of hosts files while leaving existing host structure in place, rather than generating a local hosts entry automatically.
2013-06-13 13:48:38 -07:00
Brian Johnson
67644a6de0
Add management of hostsfile on the host machine.
2013-06-13 13:48:19 -07:00
Shawn Dahlen
264856478f
Fix config validation.
...
This commit fixes issue #5 . Additionally, it deactivates the auto
update behavior by default. Users must set `enabled` to true to activate
auto updates for the hosts file.
2013-04-27 08:13:26 -04:00
Shawn Dahlen
33c391cfe0
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 13:20:22 -04:00
Shawn Dahlen
39c197d7cc
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 08:59:07 -04:00
Shawn Dahlen
5865b1ac27
Check if machines are ready for SSH communication.
2013-04-04 16:52:12 -04:00
Shawn Dahlen
665b96c044
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 15:38:08 -04:00