class ChefCLI::PolicyfileCompiler
def normalized_named_run_lists
def normalized_named_run_lists expanded_named_run_lists.inject({}) do |normalized, (name, run_list)| normalized[name] = run_list.map { |i| normalize_recipe(i) } normalized end end
def normalized_named_run_lists expanded_named_run_lists.inject({}) do |normalized, (name, run_list)| normalized[name] = run_list.map { |i| normalize_recipe(i) } normalized end end