Commit Graph

45 Commits

Author SHA1 Message Date
Seth Reeser bc8c0eb2e3 Releasing v1.8.8 2018-04-17 17:56:00 -04:00
Seth Reeser 06b75cdde6 Update README.md 2017-05-03 16:06:47 -04:00
Seth Reeser 42bfe1f82b Explicitly define LF or CRLF line endings for hosts and guests when defining the hosts file content. 2017-05-03 15:25:59 -04:00
Seth Reeser eb82fef54f Update README.md 2016-09-14 15:41:16 -04:00
Seth Reeser d8a03b98f3 Update README.md 2016-09-14 15:38:20 -04:00
Seth Reeser bf08092941 Update README.md 2016-07-11 10:27:13 -04:00
Martin Prebio 85e816114a Typo 2016-06-14 19:01:49 +02:00
Seth Reeser c40505f6df Update README.md 2016-03-23 16:12:25 -04:00
Seth Reeser 3b840be5fe Merge pull request #125 from damienjoldersma/feature/manage-guest-flag
Fix for issue #108, add a flag to manage guest hosts file.
2016-02-11 10:50:44 -05:00
Seth Reeser 11677f246e Update README.md 2016-01-27 14:26:19 -05:00
Seth Reeser dcd0351bcd Merge pull request #167 from tjanez/readme-passwordless-sudo
Improve README.md for Passwordless sudo.
2016-01-20 11:00:29 -05:00
Seth Reeser c92cff0617 Update README.md 2016-01-15 12:53:49 -05:00
Seth Reeser 7715a76e3b Updating Contribute section to be specific. 2015-12-30 09:47:37 -05:00
Tadej Janež ef2f01cbc3 Improve README.md for Passwordless sudo.
Add information that the usual sudo group on Fedora/Red Hat systems is
named 'wheel'.
Generalize instructions to make them distribution-agnostic.
Add step on adding yourself to the administrator group.
2015-10-13 10:53:00 +02:00
Seth Reeser 2325313b4e Merge pull request #148 from davejamesmiller/patch-1
Add to readme how to avoid UAC prompt in Windows
2015-10-12 23:36:02 -04:00
Seth Reeser dcdfcc9262 Reversing cf651497a2 as v1.6.0 has been a success. 2015-08-06 10:48:05 -04:00
Seth Reeser 302337b467 Show latest release downloads. 2015-07-27 10:10:36 -04:00
Seth Reeser 1af8453c75 Adding shield.io twitter count/tweet button. 2015-07-27 09:41:50 -04:00
Seth Reeser e7c875de0e Adding shield.io twitter count/tweet button. 2015-07-27 09:39:58 -04:00
Seth Reeser 1f11c0673c Adding shield.io twitter count/tweet button. 2015-07-27 09:38:54 -04:00
Seth Reeser 9900142413 Adding shield.io total downloads. 2015-07-27 09:09:14 -04:00
Dave James Miller dd354c3eb8 Add to readme how to avoid UAC prompt in Windows 2015-06-06 21:58:49 +01:00
Damien Joldersma 7c06c812f6 Fix for issue #108, add a flag to manage guest hosts file. 2014-11-14 12:42:54 -08:00
Paulo Bittencourt 29a4e37f58 make separating aliases into multiple lines optional 2014-10-12 22:29:47 -04:00
Paulo Bittencourt 176d70efc5 Update README.md
Fixes #115.
2014-08-26 21:45:28 -04:00
Ken Sykora 5a48db2fc3 Update README.md
Fixes a typo in a sample configuration line
2014-08-21 09:37:19 -05:00
Paulo Bittencourt a9e059e52b update README describing new running order on 'vagrant up'
as discussed on #73.
2014-05-30 13:02:16 -04:00
Paulo Bittencourt 883b19b1f0 add dev version install instructions to README 2014-05-26 15:27:14 -04:00
Konstantin Burnaev bb6e0efb7c Fixed a minor typo in README.md 2014-05-25 08:20:02 +10:00
Konstantin Burnaev 17cce69c38 Minor documentation update. 2014-05-25 08:18:25 +10:00
Lukasz Jastrzebski 566d1f2e3b tweaking couple of code review suggestions 2014-01-10 20:51:50 -08:00
Paulo Bittencourt 1caa3c373b update README with Windows support information 2013-11-20 23:04:37 -05:00
Bryan Cribbs 3abecb0088 Merge sevos pull/15 into master
Merge branch 'enable_using_private_ips_from_aws' of
https://github.com/sevos/vagrant-hostmanager into master.

Conflicts:
	lib/vagrant-hostmanager/config.rb
	lib/vagrant-hostmanager/hosts_file.rb
2013-11-15 20:15:10 -06:00
Shawn Dahlen 436b171f53 Remove suspend, resume, and halt hooks.
This commits removes hooks that introduced dependencies to machine state
and therefore broke compatibility with all Vagrant providers.
2013-08-22 17:12:33 -04:00
Jeremiah Snapp 1cb7fc9b57 Add hooks & define active/offline as running/not
Hosts entries shouldn't only be added/removed upon creation/destruction.
The persistence of /etc/hosts entries while a vm is in a halted or
suspended state is undesirable especially when hostmanager.manage_host
is set to true. That would mean your host's /etc/hosts would retain
entries even if you aren't currently using a vm.  The vm would have to
be destroyed for the entry to be removed from the host's /etc/hosts.

Adding hooks for halt, resume and suspend commands and changing the
concept of active and offline states from created or not_created to
running or not running allows a vm's entry to be added when it is put
in a running state and removed when it is not running.

The hostmanager.include_offline can be set to true if one still desires
to have not_created or not running machines' entries included in the
/etc/hosts file.
2013-08-12 12:16:40 -04:00
Shawn Dahlen 4ce7cd498e Finish support for managing host /etc/hosts file.
This commit moves logic into action middleware and ensures that
config validation is executed when the hostmanager command is called.
2013-06-20 12:54:20 -04:00
Artur Roszczyk 7fd5ceeb05 Update README.md
Add description of custom IP resolver
2013-06-09 13:51:25 +02:00
Jan Vansteenkiste 0b3e60cb5d Added new include_offline configuration item 2013-05-07 16:06:04 +02:00
Jan Vansteenkiste cae5f6be7d Add Hostmanager as a provisioner. 2013-05-02 20:15:10 +02: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 8a07234527 Fix documentation 2013-04-17 09:57:53 -04:00
Mirosław Nagaś 5f384570ca update README 2013-04-17 12:24:45 +02: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 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