mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add changelog and fix unformatted text table in vault pillar module docstring
This commit is contained in:
parent
8fc279f4b4
commit
4b6372572c
2 changed files with 15 additions and 12 deletions
1
changelog/61821.fixed
Normal file
1
changelog/61821.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
When deleting the vault cache, also delete from the session cache
|
|
@ -74,23 +74,25 @@ You can also use nesting here as well. Identical nesting keys will get merged.
|
|||
The difference between the return with and without the nesting key is shown below.
|
||||
This example takes the key value pairs returned from vault as follows:
|
||||
|
||||
path=secret/salt
|
||||
.. code-block:: text
|
||||
|
||||
Key Value
|
||||
--- -----
|
||||
salt-passwd badpasswd1
|
||||
path=secret/salt
|
||||
|
||||
path=secret/root
|
||||
Key Value
|
||||
--- -----
|
||||
salt-passwd badpasswd1
|
||||
|
||||
Key Value
|
||||
--- -----
|
||||
root-passwd rootbadpasswd1
|
||||
path=secret/root
|
||||
|
||||
path=secret/minions/{minion}/pass
|
||||
Key Value
|
||||
--- -----
|
||||
root-passwd rootbadpasswd1
|
||||
|
||||
Key Value
|
||||
--- -----
|
||||
minion-passwd minionbadpasswd1
|
||||
path=secret/minions/{minion}/pass
|
||||
|
||||
Key Value
|
||||
--- -----
|
||||
minion-passwd minionbadpasswd1
|
||||
|
||||
|
||||
.. code-block:: yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue