providers/hyperv: more cleanup

This commit is contained in:
Mitchell Hashimoto 2014-02-15 18:18:46 -08:00
parent fe93b0d2a5
commit 88247797d4
3 changed files with 0 additions and 18 deletions

View File

@ -1,8 +1,3 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Open Technologies, Inc.
# All Rights Reserved. Licensed under the MIT License.
#--------------------------------------------------------------------------
module VagrantPlugins
module HyperV
module Action

View File

@ -1,8 +0,0 @@
module VagrantPlugins
module HyperV
module Communicator
lib_path = Pathname.new(File.expand_path("../communicator", __FILE__))
autoload :SSH, lib_path.join("ssh")
end
end
end

View File

@ -1,8 +1,3 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Open Technologies, Inc.
# All Rights Reserved. Licensed under the MIT License.
#--------------------------------------------------------------------------
param (
[string]$vm_id = $(throw "-vm_id is required.")
)