Merge pull request 'Change the public key of HashiCorp apt key.' (#3) from hashicorp-apt-key into master

Reviewed-on: #3
This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 01:37:07 +00:00
commit 5290bd2198
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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