class ChefCLI::Policyfile::CookbookLocationSpecification

def cached_cookbook

def cached_cookbook
  # TODO: handle 'bad' return values here (cookbook not installed yet)
  installer.cached_cookbook
end