Change the public key of HashiCorp apt key.
This commit is contained in:
parent
9b470077d7
commit
6f18eed04e
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue