Add second Ubuntu signing key

There is a second Ubuntu Archive key 3B4F E6AC C0B2 1F32 as described
[1].  We have this in our reprepo config, but don't appear to import
it automatically; this has broken mirroring on the new server.  Add
it.

[1] https://wiki.ubuntu.com/SecurityTeam/FAQ

Change-Id: I97f1374d056516b2a34a7938764ca356b99d88f0
This commit is contained in:
Ian Wienand 2018-03-15 14:24:07 +11:00
parent fc55872793
commit 909bb3a2a3
1 changed files with 8 additions and 0 deletions

View File

@ -188,6 +188,14 @@ class openstack_project::mirror_update (
key_type => 'public',
}
gnupg_key { 'Ubuntu Archive (2012)':
ensure => present,
key_id => '3B4FE6ACC0B21F32',
user => 'root',
key_server => 'hkp://keyserver.ubuntu.com',
key_type => 'public',
}
::openstack_project::reprepro { 'debian-ceph-hammer-reprepro-mirror':
confdir => '/etc/reprepro/debian-ceph-hammer',
basedir => '/afs/.openstack.org/mirror/ceph-deb-hammer',