mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix gpg state Documentation
- gpg.absent doesn't add to user's keychain, but removes from - gpg.present user explanation fix
This commit is contained in:
parent
a8a3811b18
commit
3d6ee3eeb6
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ def present(name,
|
|||
The keyId or keyIds to add to the GPG keychain.
|
||||
|
||||
user
|
||||
Add GPG keys to the user's keychain
|
||||
Add GPG keys to the specified user's keychain
|
||||
|
||||
keyserver
|
||||
The keyserver to retrieve the keys from.
|
||||
|
@ -151,7 +151,7 @@ def absent(name,
|
|||
The keyId or keyIds to add to the GPG keychain.
|
||||
|
||||
user
|
||||
Add GPG keys to the user's keychain
|
||||
Remove GPG keys from the specified user's keychain
|
||||
|
||||
gnupghome
|
||||
Override GNUPG Home directory
|
||||
|
|
Loading…
Add table
Reference in a new issue