Add changelog and fix unformatted text table in vault pillar module docstring

This commit is contained in:
MKLeb 2022-11-30 21:32:55 -05:00 committed by Megan Wilhite
parent 8fc279f4b4
commit 4b6372572c
2 changed files with 15 additions and 12 deletions

1
changelog/61821.fixed Normal file
View file

@ -0,0 +1 @@
When deleting the vault cache, also delete from the session cache

View file

@ -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