mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
ipadnsrecord: Fix CERT record attribute name.
This change fixes retrieval of CERT values from server data, that was failing due to wrong attribute name.
This commit is contained in:
@@ -968,7 +968,7 @@ _RECORD_PARTS = {
|
||||
],
|
||||
"a6record": ["a6_part_data"],
|
||||
"afsdbrecord": ['afsdb_part_subtype', 'afsdb_part_hostname'],
|
||||
"cert_rec": [
|
||||
"certrecord": [
|
||||
'cert_part_type', 'cert_part_key_tag', 'cert_part_algorithm',
|
||||
'cert_part_certificate_or_crl'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user