Method: Chef::PolicyBuilder::Dynamic#expanded_run_list
- Defined in:
- lib/chef/policy_builder/dynamic.rb
#expanded_run_list ⇒ #recipes, #roles
Resolves the run list to a form containing only recipes and sets the roles and recipes automatic attributes on the node.
118 |
# File 'lib/chef/policy_builder/dynamic.rb', line 118 def_delegator :implementation, :expand_run_list |