Set the debian ceph key id to proper value

Turns out we got the wrong hash before :( but thankfully reprepro didn't
funciton in that state. Get the ids correct so reprepro can do its job.

Change-Id: Ic8e5f3ebfea681b289e1f5381134df4e0485af3d
This commit is contained in:
Clark Boylan 2016-04-14 16:03:58 -07:00
parent 37d4cb9df9
commit 255d8091e1
2 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ Components: main
UDebComponents: main
Architectures: amd64
GetInRelease: no
VerifyRelease: ecf8427e
VerifyRelease: 460f3994

View File

@ -187,8 +187,8 @@ class openstack_project::mirror_update (
gnupg_key { 'Ceph Archive':
ensure => present,
# D41D8CD98F00B204E9800998ECF8427E
key_id => 'E9800998ECF8427E',
# 08B7 3419 AC32 B4E9 66C1 A330 E84A C2C0 460F 3994
key_id => 'E84AC2C0460F3994',
user => 'root',
key_type => 'public',
key_source => 'puppet:///modules/openstack_project/reprepro/ceph-mirror-gpg-key.asc',