mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix key_str usage example
This commit is contained in:
parent
c51c7e856a
commit
cf23adeac2
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ def key_str(match):
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
>>> wheel.cmd('key.key_str', ['minion1'])
|
||||
>>> wheel.cmd('key.print', ['minion1'])
|
||||
{'minions': {'minion1': '-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0B
|
||||
...
|
||||
TWugEQpPt\niQIDAQAB\n-----END PUBLIC KEY-----'}}
|
||||
|
|
Loading…
Add table
Reference in a new issue