Sha256: eb330938e93757f2f8f95c0301b80b24c9923babe90087a9a6699cf55152e5a1

Contents?: true

Size: 395 Bytes

Versions: 6

Compression:

Stored size: 395 Bytes

Contents

# frozen_string_literal: true
require 'chef/provisioning'
require 'chef/provisioning/vsphere_driver/driver'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chef-provisioning-vsphere-2.0.2 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-2.0.0 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-1.1.2 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-1.1.1 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-1.1.0 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-1.0.0 lib/chef/provisioning/vsphere_driver.rb