-
- Downloads
fix: update install_pdk.sh to use non-expiring Puppet GPG key
The Puppet GPG key (D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26) expired on April 6, 2025, causing CI failures with the error: ```bash W: GPG error: [http://apt.puppet.com](http://apt.puppet.com) noble InRelease: The following signatures were invalid: EXPKEYSIG 4528B6CD9E61EF26 Puppet, Inc. Release Key (Puppet, Inc. Release Key) <release@puppet.com> ``` This commit adds a step to fetch the non-expiring version of the same key <https://apt.puppetlabs.com/DEB-GPG-KEY-future > ensuring the CI pipeline can validate the repository signature. Signed-off-by:Gavin Didrichsen <gavin.didrichsen@gmail.com>
Please register or sign in to comment