Sha256: 99c771a844499261d16e5e23e33d1702306ceeeac88ea2c7a6c3052174927f62

Contents?: true

Size: 370 Bytes

Versions: 5

Compression:

Stored size: 370 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

Version Path
chef-provisioning-vsphere-0.10.0 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-0.9.0 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-0.8.4 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-0.8.3 lib/chef/provisioning/vsphere_driver.rb
chef-provisioning-vsphere-0.8.2 lib/chef/provisioning/vsphere_driver.rb