From 5a076cad186b506e6d71d02abf0a6a0a2f7934a9 Mon Sep 17 00:00:00 2001 From: duncan Date: Thu, 29 May 2014 11:33:44 -0400 Subject: [PATCH] Instruct vagrant to set the guest hostname according to Vagrantfile configuration --- lib/vSphere/action.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vSphere/action.rb b/lib/vSphere/action.rb index 834f5360..fa7ad723 100644 --- a/lib/vSphere/action.rb +++ b/lib/vSphere/action.rb @@ -105,6 +105,7 @@ def self.action_up b.use CloseVSphere b.use Provision b.use SyncFolders + b.use SetHostname end end