python / psf-salt

PSF infrastructure configuration
MIT License
108 stars 57 forks source link

resolve issue with apt-key deprecation and postgres repo #336

Closed ewdurbin closed 6 months ago

ewdurbin commented 6 months ago

seems that this boiled down to the format of the gpg key file.

configuring with .asc (plaintext) instead of .gpg (binary) per the documentation at https://wiki.postgresql.org/wiki/Apt resolved the issue.

closes #333

cegerhardson commented 6 months ago

woohoo! I'm glad this fix wasn't too complex in nature.