vagrant-vmware-esxi 2.3.1 → 2.3.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: 9ebc0bafa3e32ee658b9fe19e2c53df17d2a3da7
4
- data.tar.gz: 2dd73846136cfbea05f895a53822e9da2a1a0709
3
+ metadata.gz: 9add93afbe2c65281e14113183ceb33f3d01a51e
4
+ data.tar.gz: a6a0236f43cc722e4bc656770456ba96b3009b10
5
5
  SHA512:
6
- metadata.gz: 6c6a3a5effe101f7deccb22908faa9a9830715d5b336a1b6bf07ab4fdbf1dcc37978ce98fb47fcd7aa1f3bd95d4623429f662edee92bfab7974fde4276729610
7
- data.tar.gz: cfb8774a6a22f046a2c032c65b8ecc5e1b03303cc73e107e9437f761cc19add3f3d2e38c22770b39f671846cd7e3127b3b9059da997be273c74b3bedbc9b6d68
6
+ metadata.gz: 0ab75906ccd65e6e791bf52e5368c7fa824a18e02291a1137ccdc5a71e780cbbc196e9dbedd43be7871f5dd7f030cb81c8fb7232784110852fbff4e9a1d86384
7
+ data.tar.gz: 94187df006a5956a4c4db7bc87742d36461f33c59eee418d42d68de278a14a2f6c1a57787cf42c848549f9bd18a5e6405872362ad071d822f9c9c540bef6308b
data/README.md CHANGED
@@ -283,6 +283,8 @@ Known issues with vmware_esxi
283
283
 
284
284
  Version History
285
285
  ---------------
286
+ * 2.3.2 Fix, vagrant ssh -c now works.
287
+
286
288
  * 2.3.1 Fix, Disk stores can now contain spaces.
287
289
 
288
290
  * 2.3.0 Add support to specify DiskStore for guest_storage virtual disks.
@@ -59,6 +59,14 @@ module VagrantPlugins
59
59
  b.use ReadState
60
60
  b.use ReadSSHInfo
61
61
  b.use SSHExec
62
+ end
63
+ end
64
+
65
+ def self.action_ssh_run
66
+ Vagrant::Action::Builder.new.tap do |b|
67
+ b.use SetESXiPassword
68
+ b.use ReadState
69
+ b.use ReadSSHInfo
62
70
  b.use SSHRun
63
71
  end
64
72
  end
@@ -1,7 +1,7 @@
1
1
  # VERSION
2
2
  module VagrantPlugins
3
3
  module ESXi
4
- VERSION = '2.3.1'
4
+ VERSION = '2.3.2'
5
5
  $vagrant_vmware_esxi_version = VERSION
6
6
  end
7
7
  end
@@ -3,7 +3,7 @@ require File.expand_path('../lib/vagrant-vmware-esxi/version', __FILE__)
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'vagrant-vmware-esxi'
5
5
  s.version = VagrantPlugins::ESXi::VERSION
6
- s.date = '2018-06-03'
6
+ s.date = '2018-07-03'
7
7
  s.summary = 'Vagrant ESXi provider plugin'
8
8
  s.description = 'A Vagrant plugin that adds a VMware ESXi provider support'
9
9
  s.authors = ['Jonathan Senkerik']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vmware-esxi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Senkerik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-03 00:00:00.000000000 Z
11
+ date: 2018-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n