Module: Chef::DSL::Recipe

Defined in:
lib/chef/provisioning/vsphere_driver.rb

Instance Method Summary collapse

Instance Method Details

#with_vsphere_driver(driver_options, &block) ⇒ Object



8
9
10
11
12
13
# File 'lib/chef/provisioning/vsphere_driver.rb', line 8

def with_vsphere_driver(driver_options, &block)
  url = ChefProvisioningVsphere::VsphereDriver.canonicalize_url(
    nil, driver_options
  )[0]
  with_driver url, driver_options, &block
end