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.
|
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:
|
This example takes the key value pairs returned from vault as follows:
|
||||||
|
|
||||||
path=secret/salt
|
.. code-block:: text
|
||||||
|
|
||||||
Key Value
|
path=secret/salt
|
||||||
--- -----
|
|
||||||
salt-passwd badpasswd1
|
|
||||||
|
|
||||||
path=secret/root
|
Key Value
|
||||||
|
--- -----
|
||||||
|
salt-passwd badpasswd1
|
||||||
|
|
||||||
Key Value
|
path=secret/root
|
||||||
--- -----
|
|
||||||
root-passwd rootbadpasswd1
|
|
||||||
|
|
||||||
path=secret/minions/{minion}/pass
|
Key Value
|
||||||
|
--- -----
|
||||||
|
root-passwd rootbadpasswd1
|
||||||
|
|
||||||
Key Value
|
path=secret/minions/{minion}/pass
|
||||||
--- -----
|
|
||||||
minion-passwd minionbadpasswd1
|
Key Value
|
||||||
|
--- -----
|
||||||
|
minion-passwd minionbadpasswd1
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue