class ChefCLI::Policyfile::CommunityCookbookSource

def http_connection_for(base_url)

def http_connection_for(base_url)
  @http_connections[base_url] ||= Chef::HTTP::Simple.new(base_url)
end