I had an issue where "puppet module install" worked, but "puppet-code deploy" 
would not pull in Forge modules.
Between the Slack channel and opening a ticket, I got information and a 
workaround:

Unfortunately, PE 2019.2.0 and 2019.2.1 have a regression in r10k proxy 
handling that we just found the root cause of yesterday.
Downgrading the faraday gem should fix the problem.
Here are the commands:

/opt/puppetlabs/puppet/bin/gem install faraday -v 0.12.2
/opt/puppetlabs/puppet/bin/gem uninstall faraday -v 0.13.1
puppet resource service pe-puppetserver ensure=stopped
puppet resource service pe-puppetserver ensure=running

Then re-try the "puppet-code deploy"

And it worked !
So, I am sharing it with the Puppet Community

Dan White | d_e_wh...@icloud.com
------------------------------------------------
“Sometimes I think the surest sign that intelligent life exists elsewhere in the 
universe is that none of it has tried to contact us.”  (Bill Waterson: Calvin & 
Hobbes)

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5d73ad2f-1dae-43c2-b655-c4274d2a147f%40me.com.

Reply via email to