Sha256: c253a9346c4865e9f2d195e35cfdb1adf6d8ebe91b22fab70bd7c5ab2fc1480c

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

require 'chef_metal'
require 'chef_metal_vsphere/vsphere_provisioner'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chef-metal-vsphere-0.2.0 lib/chef_metal_vsphere.rb
chef-metal-vsphere-0.1.4 lib/chef_metal_vsphere.rb
chef-metal-vsphere-0.1.3 lib/chef_metal_vsphere.rb