Sha256: 83377562f3afd47828e61e7742134ce0bcd9401267df4c8afb44a517223742ee
Contents?: true
Size: 306 Bytes
Versions: 12
Compression:
Stored size: 306 Bytes
Contents
require 'chef_metal' class Chef class Recipe def with_provisioner(provisioner, &block) ChefMetal.with_provisioner(provisioner, &block) end def with_provisioner_options(provisioner_options, &block) ChefMetal.with_provisioner_options(provisioner_options, &block) end end end
Version data entries
12 entries across 12 versions & 1 rubygems