Module: Chef::DSL::Recipe

Defined in:
lib/chef_metal_vsphere.rb

Instance Method Summary collapse

Instance Method Details

#with_vsphere_provisioner(options = {}, &block) ⇒ Object



7
8
9
# File 'lib/chef_metal_vsphere.rb', line 7

def with_vsphere_provisioner(options = {}, &block)
  run_context.chef_metal.with_provisioner(ChefMetalVsphere::VsphereProvisioner.new(options), &block)
end