Class: Chef::Recipe

Inherits:
Object
  • Object
show all
Defined in:
lib/chef_metal/recipe_dsl.rb

Instance Method Summary collapse

Instance Method Details

#with_provisioner(provisioner, &block) ⇒ Object



5
6
7
# File 'lib/chef_metal/recipe_dsl.rb', line 5

def with_provisioner(provisioner, &block)
  ChefMetal.with_provisioner(provisioner, &block)
end

#with_provisioner_options(provisioner_options, &block) ⇒ Object



9
10
11
# File 'lib/chef_metal/recipe_dsl.rb', line 9

def with_provisioner_options(provisioner_options, &block)
  ChefMetal.with_provisioner_options(provisioner_options, &block)
end