Sha256: 2136872feafa04d2a547100640a710f6afbf2efa8e798122ce9c0bae5813d90a

Contents?: true

Size: 345 Bytes

Versions: 69

Compression:

Stored size: 345 Bytes

Contents

require 'chef_metal'
require 'chef_metal_vsphere/vsphere_driver'

class Chef
  module DSL
    module Recipe
      def with_vsphere_driver(driver_options, &block)
      	url, config = ChefMetalVsphere::VsphereDriver.canonicalize_url(nil, {:driver_options => driver_options})
  		with_driver url, driver_options, &block
      end
    end
  end
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
clc-chef-metal-vsphere-0.3.77 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.67 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.66 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.65 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.64 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.63 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.62 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.61 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.60 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.59 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.58 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.57 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.56 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.55 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.54 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.53 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.52 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.51 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.50 lib/chef_metal_vsphere.rb
clc-chef-metal-vsphere-0.3.49 lib/chef_metal_vsphere.rb