voxpupuli / puppet-grafana

Puppet module to manage Grafana
Apache License 2.0
15 stars 106 forks source link

Fix default PGP key #308

Closed smortex closed 1 year ago

smortex commented 1 year ago

According to https://packages.grafana.com/:

The GPG key used to sign the APT repository (fingerprint 4E40DDF6D76E284A4A6780E48C8C34C524098CB6) was rotated on 2023-01-12 and replaced with a new key with fingerprint 0E22EB88E39E12277A7760AE9E439B102CF3C0C6.

Update the key accordingly.

smortex commented 1 year ago

So Debian CI fails because the Grafana repos are broken (metadata reference a package version that is not available, maybe transcient), Ubuntu CI fails because it needs the same breakage as Debian, and CentOS 8 CI fails because CentOS sucks. EVERYTHING IS FINE!

It least I could check this successfully in the real world! Ready for review!