You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`vagrant-hostmanager` is a Vagrant 1.1+ plugin that manages the `/etc/hosts`
10
-
file on guest machines (and optionally the host). Its goal is to enable
11
-
resolution of multi-machine environments deployed with a cloud provider
12
-
where IP addresses are not known in advance.
13
-
14
-
*NOTE:* Version 1.1 of the plugin prematurely introduced a feature to hook into
15
-
commands other than `vagrant up` and `vagrant destroy`. Version 1.1 broke support
16
-
for some providers. Version 1.2 reverts this feature until a suitable implementation
17
-
supporting all providers is available.
18
-
19
-
***Potentially breaking change in v1.5.0:*** the running order on `vagrant up` has changed
20
-
so that hostmanager runs before provisioning takes place. This ensures all hostnames are
21
-
available to the guest when it is being provisioned
22
-
(see [#73](https://github.com/smdahlen/vagrant-hostmanager/issues/73)).
23
-
Previously, hostmanager would run as the very last action. If you depend on the old behavior,
24
-
see the [provisioner](#provisioner) section.
9
+
`vagrant-hostmanager` is a plugin that manages the `/etc/hosts` file on guest machines (and optionally the host). Its goal is to enable resolution of multi-machine environments deployed with a cloud provider where IP addresses are not known in advance.
25
10
26
11
Installation
27
12
------------
@@ -172,6 +157,31 @@ Due to limitations caused by UAC, cancelling out of the UAC prompt will not caus
172
157
visible errors, however the ```hosts``` file will not be updated.
173
158
174
159
160
+
Compatability
161
+
-------------
162
+
This Vagrant plugin has been tested with the following technology.
163
+
164
+
Date Tested | Vagrant Version | vagrant-hostmanager Version | Host (Workstation) Operating System | Guest (DigitalOcean) Operating System
0 commit comments