class ChefCLI::PolicyfileCompiler
def cookbooks_in_run_list
def cookbooks_in_run_list recipes = combined_run_lists.map(&:name) recipes.map { |r| r[/^([^:]+)/, 1] } end
def cookbooks_in_run_list recipes = combined_run_lists.map(&:name) recipes.map { |r| r[/^([^:]+)/, 1] } end