vagrant-vmm 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NDc1YWY2NTYyODE1MTZmM2ZiMGJmYzMzZmJiMTQwZDdmYzdiNTIyMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWQ0OTE0YTE4MjUxNDViNTg2ZDZmZjRhZDAyNGQyMjk1NTU1ODAyMg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTQyMTRmYTBhNjA3NTliMTBkYzI0ZWRhZjE4Y2I4OWRhZGVlNzNmYTYzNDJk
|
10
|
+
ZTY4MmU4NDdkZWRhYzBmNGZkYTM1ZTk4MTk1MDc1ZTQ2NjIxOWJlNGVlN2Y4
|
11
|
+
OWVhYTA3NDlkOTE3ODI1ZjU2NzZlM2QxMzA3YjlmOWYyNzlhMDg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDczOTAwODQwZDk2NGIxMGYxOTA0ODJjYTg5MDIwODI2ZDJlYTUwMjgyZGYz
|
14
|
+
M2QxYjZlZGZhNjU3ZTU2Yzk5MDg4MjFiZmUzZDc4YjQwMjhmNmExNDY2MmJk
|
15
|
+
NmY0Y2Y1OWNmMzEzMmE3OGJlZmJlY2Y4Yjg2MTgwYjJjOGQ0YWI=
|
@@ -78,6 +78,7 @@ function Get-session {
|
|
78
78
|
{
|
79
79
|
$auth_method = "basic"
|
80
80
|
}
|
81
|
+
set-item -force WSMan:\localhost\Client\AllowUnencrypted $true -ErrorAction Ignore
|
81
82
|
$session = New-PSSession -ComputerName $vm_address -Credential $creds_to_vm -Authentication $auth_method
|
82
83
|
$script:session = $session
|
83
84
|
}
|
@@ -6,13 +6,13 @@ $Dir = Split-Path $script:MyInvocation.MyCommand.Path
|
|
6
6
|
# execute script block for VMM
|
7
7
|
function execute($block, $vmm_server_address, $proxy_server_address)
|
8
8
|
{
|
9
|
-
$vmm_credential = Get-Creds $vmm_server_address "Credentials for VMM server: $vmm_server_address"
|
10
9
|
$proxy_credential = $null
|
11
|
-
|
12
10
|
if ($proxy_server_address -ne $null )
|
13
11
|
{
|
14
12
|
$proxy_credential = Get-Creds $proxy_server_address "Credentials for proxy server: $proxy_server_address"
|
15
13
|
}
|
14
|
+
$vmm_credential = Get-Creds $vmm_server_address "Credentials for VMM server: $vmm_server_address"
|
15
|
+
|
16
16
|
#
|
17
17
|
$init_vmm_block = {
|
18
18
|
try {
|
data/lib/vagrant-vmm/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-vmm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jarig
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|