You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Phoenix modules install Puppet 8 gems from Puppet Core, but
Puppet 7 gems from Rubygems. The logic currently used in Phoenix module
gemfiles to determine whether to install from Puppet Core differs
slightly from that used in the latest PDK (3.5.1) template, causing
authentication errors when attempting to install Puppet 7 gems.
The current workflow with the new PDK 3.5.1 gemfile logic attempts to
install Puppet 7 gems from Puppet Core without passing on the proper
credentials.
I attempted to bridge the gap with 1499ab9, but I misunderstood how Ruby
ingested variables from GitHub Actions.
This commit updates unit tests with released Puppet gems to use Puppet
Core gems for Puppet 7.
0 commit comments