Change the public key of HashiCorp apt key.

This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 10:34:06 +09:00
parent 9b470077d7
commit 6f18eed04e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Install `Consul`: # Install `Consul`:
KEYSRV = "https://apt.releases.hashicorp.com/gpg" KEYSRV = "https://apt.releases.hashicorp.com/gpg"
ID = "A3219F7B" ID = "AA16FCBCA621E701"
execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do
not_if 'apt-key list | grep HashiCorp' not_if 'apt-key list | grep HashiCorp'

View File

@ -1,6 +1,6 @@
# Install `Consul`: # Install `Consul`:
KEYSRV = "https://apt.releases.hashicorp.com/gpg" KEYSRV = "https://apt.releases.hashicorp.com/gpg"
ID = "A3219F7B" ID = "AA16FCBCA621E701"
execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do
not_if 'apt-key list | grep HashiCorp' not_if 'apt-key list | grep HashiCorp'

View File

@ -1,6 +1,6 @@
# Install `Consul`: # Install `Consul`:
KEYSRV = "https://apt.releases.hashicorp.com/gpg" KEYSRV = "https://apt.releases.hashicorp.com/gpg"
ID = "A3219F7B" ID = "AA16FCBCA621E701"
execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do execute "apt-key adv --keyserver #{KEYSRV} --recv-keys #{ID}" do
not_if 'apt-key list | grep HashiCorp' not_if 'apt-key list | grep HashiCorp'