mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Merge pull request #200 from glennsarti/fix-vsphere-credential
(maint) Fix credentials in vsphere_helper
This commit is contained in:
commit
42b7d2d222
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ module Vmpooler
|
|||
def ensure_connected(connection, credentials)
|
||||
connection.serviceInstance.CurrentTime
|
||||
rescue
|
||||
connect_to_vsphere $credentials
|
||||
connect_to_vsphere @credentials
|
||||
end
|
||||
|
||||
def connect_to_vsphere(credentials)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue