vagrant-vmware-esxi 1.1.5 → 1.1.7

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: 9051f990eb9987751b95ebf028d5b24cda3f2ab5
4
- data.tar.gz: 6526b52db2771173fa38b56ec78d39acb54fccb6
3
+ metadata.gz: c209baac764ee4612a55315a878c1f30d26ed331
4
+ data.tar.gz: 7731bdc92a7bff3baf284c36717a01fe70c1195b
5
5
  SHA512:
6
- metadata.gz: 665aad9a61329abb7ed0eea9c8397bf0696479c981c62334a9a4298acba7f19caa8ddf876185b98bc84e1274711195135c27e07affac4f7928f7a228a4cc8a33
7
- data.tar.gz: 5c82a414ea4d9ef178e9b20a0b981346830d7f6c9ab3e8f9feda1994d552ba47a4896802b49b09246cad8d9657c15b008a6598ed4ba9597b534e8d50292dfdb3
6
+ metadata.gz: f98c2cb77a3a6d3343b244e1dad828ef97849d97917718ce9c56918238b0a0a4fd9f81ec3f1401bcb539a92f0e792b880b0679ac40c8b460179b68e11ec85685
7
+ data.tar.gz: d3f67cd7ad02ea533080fb2267324af6e018ff858437f6d5ff1516e13705ee2522587b21ddbd43ba2f735356d56935701144f26108f69590122ab6d748037181
data/README.md CHANGED
@@ -25,9 +25,9 @@ Requirements
25
25
  ------------
26
26
  1. This plugin requires ovftool from VMware. Download from VMware website.
27
27
  >https://www.vmware.com/support/developer/ovf/
28
- 1. You MUST enable ssh access on your ESXi hypervisor.
28
+ 2. You MUST enable ssh access on your ESXi hypervisor.
29
29
  * Google 'How to enable ssh access on esxi'
30
- 1. The boxes must have open-vm-tools or vmware-tools installed to properly transition to the "running" state.
30
+ 3. The boxes must have open-vm-tools or vmware-tools installed to properly transition to the "running" state.
31
31
 
32
32
  Why this plugin?
33
33
  ----------------
@@ -119,7 +119,7 @@ module VagrantPlugins
119
119
  r = ssh config.esxi_hostname,
120
120
  'esxcli network vswitch standard list |'\
121
121
  'grep Portgroups | sed "s/^ Portgroups: //g" |'\
122
- 'sed "s/,.*$//g"'
122
+ 'sed "s/,./\n/g"'
123
123
  availnetworks = r.stdout.dup.split(/\n/)
124
124
  if (config.debug =~ %r{true}i) ||
125
125
  (config.debug =~ %r{yes}i)
@@ -1,6 +1,6 @@
1
1
  # VERSION
2
2
  module VagrantPlugins
3
3
  module ESXi
4
- VERSION = '1.1.5'
4
+ VERSION = '1.1.7'
5
5
  end
6
6
  end
data/locales/en.yml CHANGED
@@ -10,7 +10,7 @@ en:
10
10
  Website : http://www.jintegrate.co
11
11
  github : http://github.com/josenk/vagrant-vmware-esxi
12
12
  Paypal : josenk@jintegrate.co
13
- Bitcoin : 1MTNg7SqcEWs5uwLKwNiAfYqBfnKFJu65p
13
+ Bitcoin : 1HCTVkmSXepQahJfvuxQRhUMem1HpHq3Mq
14
14
  errors:
15
15
  esxi_error: |-
16
16
  There was an error talking to ESXi.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-vmware-esxi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Senkerik