Sha256: 43f226e83b70232eee813fc21c0a3dc768895e35343f017f3de58cfd46f7147a

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 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, config = ChefProvisioningVsphere::VsphereDriver.canonicalize_url(nil, {:driver_options => driver_options})
  		with_driver url, driver_options, &block
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
chef-provisioning-vsphere-0.4.2 lib/chef/provisioning/vsphere_driver.rb
clc-chef-provisioning-vsphere-0.4.1 lib/chef/provisioning/vsphere_driver.rb
clc-chef-provisioning-vsphere-0.4.0 lib/chef/provisioning/vsphere_driver.rb