mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
sdb doc example subkeys
This commit is contained in:
parent
56ad1ec942
commit
24e7991f6b
1 changed files with 14 additions and 0 deletions
|
@ -79,6 +79,20 @@ from the ``kevinopenstack`` profile above, you would use:
|
|||
|
||||
salt-call sdb.get sdb://kevinopenstack/password
|
||||
|
||||
To get SDB sub-keys, ie
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
users:
|
||||
user1:
|
||||
id: 12345
|
||||
|
||||
use a colon to separate sub key values
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
salt-call sdb.get sdb://users:user1:id
|
||||
|
||||
.. warning::
|
||||
The ``vault`` driver previously only supported splitting the path and key with
|
||||
a question mark. This has since been deprecated in favor of using the standard
|
||||
|
|
Loading…
Add table
Reference in a new issue