Update README.md

Fixes #115.
This commit is contained in:
Paulo Bittencourt 2014-08-26 21:45:28 -04:00
parent 2d4e3ba862
commit 176d70efc5
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ end
### Provisioner ### Provisioner
Starting at version 1.5.0, hostmanager runs before any provisioning occurs. If you Starting at version 1.5.0, `vagrant up` runs hostmanager before any provisioning occurs.
would like hostmanager to run after or during your provisioning stage, If you would like hostmanager to run after or during your provisioning stage,
you can use hostmanager as a provisioner. This allows you to use the provisioning you can use hostmanager as a provisioner. This allows you to use the provisioning
order to ensure that hostmanager runs when desired. The provisioner will collect order to ensure that hostmanager runs when desired. The provisioner will collect
hosts from boxes with the same provider as the running box. hosts from boxes with the same provider as the running box.