diff --git a/changelog/54347.fixed b/changelog/54347.fixed new file mode 100644 index 00000000000..307e630eccf --- /dev/null +++ b/changelog/54347.fixed @@ -0,0 +1 @@ +Fixed listing revoked keys with gpg.list_keys diff --git a/salt/modules/gpg.py b/salt/modules/gpg.py index e9253819e0b..f5fbfd01651 100644 --- a/salt/modules/gpg.py +++ b/salt/modules/gpg.py @@ -35,6 +35,7 @@ LETTER_TRUST_DICT = { "f": "Fully Trusted", "m": "Marginally Trusted", "u": "Ultimately Trusted", + "r": "Revoked", "-": "Unknown", }