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