mirror of https://github.com/ceph/ceph-ansible.git
remove the gpgkey line from the red hat storage repo template
See: https://bugzilla.redhat.com/show_bug.cgi?id=1339439 Signed-off-by: Andrew Schoen <aschoen@redhat.com> Resolves: rhbz#1339439pull/832/head
parent
4a854061c7
commit
4a105993a8
|
@ -6,7 +6,6 @@ enabled=1
|
|||
gpgcheck=1
|
||||
type=rpm-md
|
||||
priority=1
|
||||
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
||||
|
||||
[rh_storage_osd]
|
||||
name=Red Hat Storage Ceph - local packages for Ceph
|
||||
|
@ -15,7 +14,6 @@ enabled=1
|
|||
gpgcheck=1
|
||||
type=rpm-md
|
||||
priority=1
|
||||
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
||||
|
||||
[rh_storage_tools]
|
||||
name=Red Hat Storage Ceph - assorted tools
|
||||
|
@ -24,4 +22,3 @@ enabled=1
|
|||
gpgcheck=1
|
||||
type=rpm-md
|
||||
priority=1
|
||||
gpgkey=file://{{ ceph_stable_rh_storage_repository_path }}/RPM-GPG-KEY-redhat-release
|
||||
|
|
Loading…
Reference in New Issue