diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index abda706da..20d48d326 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -99,6 +99,7 @@ module VagrantPlugins b2.use WaitForIPAddress b2.use WaitForCommunicator, [:running] b2.use SyncedFolders + b2.use SetHostname end end end