Class: Chef::RunContext
- Inherits:
-
Object
- Object
- Chef::RunContext
- Defined in:
- lib/chef/provisioning/recipe_dsl.rb
Instance Method Summary collapse
- #chef_provisioning ⇒ Object (also: #chef_metal)
Instance Method Details
#chef_provisioning ⇒ Object Also known as: chef_metal
88 89 90 |
# File 'lib/chef/provisioning/recipe_dsl.rb', line 88 def chef_provisioning node.run_state[:chef_provisioning] ||= Chef::Provisioning::ChefRunData.new(config) end |