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