From 176d70efc5a701c8901ffe29b71ce792709aa7e3 Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Tue, 26 Aug 2014 21:45:28 -0400 Subject: [PATCH] Update README.md Fixes #115. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 397abea..f851728 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ end ### Provisioner -Starting at version 1.5.0, hostmanager runs before any provisioning occurs. If you -would like hostmanager to run after or during your provisioning stage, +Starting at version 1.5.0, `vagrant up` runs hostmanager before any provisioning occurs. +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 order to ensure that hostmanager runs when desired. The provisioner will collect hosts from boxes with the same provider as the running box.