vagrant-windows-hyperv 1.0.1 → 1.0.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf9197f8b3d059f4d8117de0e615f1ea3dbc025a
4
- data.tar.gz: f81e610a7fb874b0948b7b4b15b59654b8500f7a
3
+ metadata.gz: 5c543d48b0bf549e9a16af50a1220ab9772d56bc
4
+ data.tar.gz: 49b974b06708790c44b75fe1ea0f4e0e17b94746
5
5
  SHA512:
6
- metadata.gz: 01eae9a2ec5400761d2d0ed60924a60ca67a0de51ba24eeb653b53a39cdb276d4ea6bc6ae671b62f1f585ec45f7460357e4522bd745630814aa675225c8de9c8
7
- data.tar.gz: 4114c5e863fc4af4726e3331f6324cb59385035263294591951ed53aa0b0868d67415a6096bce8729cf900eb92f59cc5de387558ab6ae2a81d229cf112fe2562
6
+ metadata.gz: 7dc2347aa090830468f2c728cb6eb829d92082bdcde0e3b988905234b2fbf0ed1b41c051e14c3dbe35be7c87278d113f3f5338500cdcd332f7eb2916bc72493e
7
+ data.tar.gz: 6fea9e4d12c07edf17c55b759481f4d62dbb1960973b2872000ac18184da0278bdb8750c9368b01b63ecc3bed737524c316ffe913e20a48873fe13caf0221aaf
@@ -32,7 +32,7 @@ module VagrantPlugins
32
32
 
33
33
  # Copy the module paths to the guest
34
34
  @module_paths.each do |from, to|
35
- @env[:machine].provider.driver.upload(from, to)
35
+ @env[:machine].provider.driver.upload(from.to_s, to)
36
36
  end
37
37
 
38
38
 
@@ -42,7 +42,7 @@ module VagrantPlugins
42
42
  module_paths.unshift("/ProgramData/PuppetLabs/puppet/etc/modules")
43
43
 
44
44
  # Add the command line switch to add the module path
45
- options << "--modulepath '#{module_paths.join(':')}'"
45
+ options << "--modulepath \"#{module_paths.join(':')}\""
46
46
  end
47
47
 
48
48
  if @hiera_config_path
@@ -5,6 +5,6 @@
5
5
 
6
6
  module VagrantPlugins
7
7
  module VagrantHyperV
8
- VERSION = "1.0.1"
8
+ VERSION = "1.0.2"
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-windows-hyperv
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MSOpenTech