Skip to content

Commit

Permalink
Correct docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Dec 11, 2022
1 parent be87468 commit 7654046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/modules/gpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ def delete_key(
use_passphrase
Whether to use a passphrase with the signing key. Passphrase is retrieved
from Pillar value ``gpg_passphrase``.
from Pillar value ``gpg_passphrase``. Note that this defaults to True here,
contrary to the rest of the module functions that provide this parameter.
.. versionadded:: 3003
Expand Down Expand Up @@ -1306,7 +1307,6 @@ def verify(
salt '*' gpg.verify text='Hello there. How are you?'
salt '*' gpg.verify filename='/path/to/important.file'
salt '*' gpg.verify filename='/path/to/important.file' use_passphrase=True
salt '*' gpg.verify filename='/path/to/important.file' trustmodel=direct
"""
Expand Down

0 comments on commit 7654046

Please sign in to comment.