class ChefCLI::Policyfile::ArchivedCookbook

def cookbook_path

cookbooks/nginx-111.222.333
So the cookbook will be located in a path like:
mode" repos since Chef Zero doesn't yet support cookbook_artifact APIs.
created by `chef export`. Currently that only creates "compatibility
The cookbook is assumed to be stored in a Chef Zero compatible repo as
def cookbook_path
  File.join(relative_paths_root, "cookbook_artifacts", "#{name}-#{identifier}")
end