-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello,
Planned to run the forge server internally without caching/accessing the public forge portal. for testing copied one of the module to module director as given below (/var/forge/modules/puppetlabs/apache-1.11.0.tar.gz
i was able to browse the modules details in the UI
when I click on the download module from UI, it gives "internal error"
same behavior if I try with puppet module install command.
i have commented the below line in config.ru file as wanted to maintain the purely internal module repo.
PuppetForgeServer::Backends::ProxyV3.new('https://forgeapi.puppetlabs.com', cache_dir)
Same behaviour observed both in daemon & non-daemon mode of running puppet forge server
command used to start the puppet forge server:
puppet-forge-server -m /var/forge/modules --log-dir /var/forge/log --cache-basedir /var/forge/cache --pidfile /var/forge/server.pid
any thoughts please?