Skip to content
Snippets Groups Projects
Unverified Commit 8b29ba8e authored by Gavin Didrichsen's avatar Gavin Didrichsen
Browse files

Fix expired GPG key

parent 1e080df9
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,9 @@ setup_apt() { ...@@ -12,6 +12,9 @@ setup_apt() {
wget "${deb_url}" wget "${deb_url}"
sudo dpkg -i "${deb_file}" sudo dpkg -i "${deb_file}"
# Add the non-expiring key from the future endpoint
curl -fsSL https://apt.puppetlabs.com/DEB-GPG-KEY-future | sudo apt-key add -
} }
main() { main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment