providers/hyperv: more cleanup
This commit is contained in:
parent
fe93b0d2a5
commit
88247797d4
|
@ -1,8 +1,3 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Open Technologies, Inc.
|
||||
# All Rights Reserved. Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
module VagrantPlugins
|
||||
module HyperV
|
||||
module Action
|
||||
|
|
|
@ -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
|
|
@ -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.")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue