mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
gpg: include "revoked" key trust
This commit is contained in:
parent
4db9e6a69f
commit
8ca87be64a
2 changed files with 2 additions and 0 deletions
1
changelog/54347.fixed
Normal file
1
changelog/54347.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed listing revoked keys with gpg.list_keys
|
|
@ -35,6 +35,7 @@ LETTER_TRUST_DICT = {
|
|||
"f": "Fully Trusted",
|
||||
"m": "Marginally Trusted",
|
||||
"u": "Ultimately Trusted",
|
||||
"r": "Revoked",
|
||||
"-": "Unknown",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue