# File lib/puppet/module/tool/repository.rb, line 17
    def initialize(url=Puppet::Module::Tool::REPOSITORY_URL)
      @uri = normalize(url)
      @cache = Cache.new(self)
    end