providers/hyperv: set the hostname

This commit is contained in:
Mitchell Hashimoto 2014-02-28 18:58:41 +01:00
parent 8cb47d01d6
commit 9120339dc7
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ module VagrantPlugins
b2.use WaitForIPAddress
b2.use WaitForCommunicator, [:running]
b2.use SyncedFolders
b2.use SetHostname
end
end
end