class ChefCLI::PolicyfileCompiler

def normalized_run_list

copy of the expanded_run_list, properly formatted for use in a lockfile
def normalized_run_list
  expanded_run_list.map { |i| normalize_recipe(i) }
end