Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Incomplete
-
PUP 3.2.4, PUP 3.5.1
-
None
-
Tested on OSX + CentOS
Description
When --module_repository is set to url that includes basic auth info like below...
'https://forgeuser:forgepassword@forgeserver.example.com/'
puppet module install will fail with following error:
Error: userinfo not supported. [RFC3986]
Error: Try 'puppet help module install' for usage
I've submitted following pull request for the fix:
https://github.com/puppetlabs/puppet/pull/2620