Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cache_basedir not honored in config file #14

Open
millerjl1701 opened this issue Oct 27, 2014 · 0 comments
Open

cache_basedir not honored in config file #14

millerjl1701 opened this issue Oct 27, 2014 · 0 comments

Comments

@millerjl1701
Copy link

If I specify a cache_basedir in the a config file, the specified directory does not get used for proxies to cache the downloads to disk. When specified inline to launch the process, modules are cached in the specified directory. Example config file for what I would expect to use for enabling a proxy cache directory


---
port: 4567
daemonize: true
pidfile: /var/run/puppetlibrary.pid
cache_basedir: /var/cache/puppetlibrary
forges:
    - Directory: /var/lib/modules
    - Directory: /var/lib/other-modules
    - Proxy: http://forge.puppetlabs.com

I realize that the config file is an experimental feature; however, this would be a great addition to the config file as I work on puppetizing puppet-library for use in my environment. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant