mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of destroy
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
c1170c801c
commit
2f0f9ab2ec
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ def delete_secret(path):
|
|||
|
||||
def destroy_secret(path, *args):
|
||||
"""
|
||||
Destory specified secret version at the path in vault. The vault policy
|
||||
Destroy specified secret version at the path in vault. The vault policy
|
||||
used must allow this. Only supported on Vault KV version 2
|
||||
|
||||
.. versionadded:: Sodium
|
||||
|
|
Loading…
Add table
Reference in a new issue