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

Version Path
chef-metal-0.9.4 lib/chef_metal/recipe_dsl.rb
chef-metal-0.9.3 lib/chef_metal/recipe_dsl.rb
chef-metal-0.9.2 lib/chef_metal/recipe_dsl.rb
chef-metal-0.9.1 lib/chef_metal/recipe_dsl.rb
chef-metal-0.9 lib/chef_metal/recipe_dsl.rb
chef-metal-0.8.2 lib/chef_metal/recipe_dsl.rb
chef-metal-0.8.1 lib/chef_metal/recipe_dsl.rb
chef-metal-0.8 lib/chef_metal/recipe_dsl.rb
chef-metal-0.7 lib/chef_metal/recipe_dsl.rb
chef-metal-0.6 lib/chef_metal/recipe_dsl.rb
chef-metal-0.5 lib/chef_metal/recipe_dsl.rb
chef-metal-0.4 lib/chef_metal/recipe_dsl.rb