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



7
8
9
10
# File 'lib/chef/provisioning/vsphere_driver.rb', line 7

def with_vsphere_driver(driver_options, &block)
	url, config = ChefProvisioningVsphere::VsphereDriver.canonicalize_url(nil, {:driver_options => driver_options})
  		with_driver url, driver_options, &block
end