class ChefCLI::Policyfile::Uploader

def existing_cookbook_on_remote

def existing_cookbook_on_remote
  @existing_cookbook_on_remote ||= http_client.get(list_cookbooks_url)
end