drrb / puppet-library

A private Puppet Forge
GNU General Public License v3.0
87 stars 20 forks source link

Unclear documentation #9

Closed sgran closed 10 years ago

sgran commented 10 years ago

Hi,

First, thanks - this is really useful.

I'm trying to configure a private forge that will also be a caching proxy to the normal puppetlabs forge. It's not clear to me what the config.ru should look like for serving from passenger. Do you have an example?

Cheers,

sgran commented 10 years ago

I've answered my own question, after some poking:

    forge :cache do
        url "http://forge.puppetlabs.com"
        path "/mnt/modules"
    end

Can you update documentation to include this?

Thanks,

drrb commented 10 years ago

Thanks for the report. I've updated the readme file to include caching a remote forge.

sgran commented 10 years ago

thanks!