Commit 9969230
committed
(maint) Install Puppet 7 from Puppet Core
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.1 parent dc9bd59 commit 9969230
1 file changed
Lines changed: 2 additions & 4 deletions
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | | - | |
| 47 | + | |
| 48 | + | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
0 commit comments