From 26ce91e1f0088ab0a4a219ba5c683767cf3ecdfe Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 17 May 2019 14:19:57 +1000 Subject: [PATCH] Use full key for gpg key We are still seeing gpg failures, suggesting this key insn't installed correctly. I found a suggestion that because of format changes in gpg output, this might work better with a full key... Change-Id: I05696e5d85e96e5f96de612a1572b132ed1e3869 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 390952e..fdccb23 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -31,7 +31,7 @@ class diskimage_builder ( } include ::apt apt::key { 'openstack-ci-core-ppa-key': - id => '15B6CE7C018D05F5', + id => '2B5DE24F0EC9F98BD2F85CA315B6CE7C018D05F5', source => '/root/openstack-ci-core-ppa-key.pubkey', require => File['/root/openstack-ci-core-ppa-key.pubkey'], }