Update x509.py

Fixed typo in docu string
This commit is contained in:
Viktor Daniel 2018-01-19 15:01:24 +01:00 committed by rallytime
parent 43a45b42c3
commit 1befa7386c
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

@ -508,7 +508,7 @@ def get_pem_entries(glob_path):
.. code-block:: bash
salt '*' x509.read_pem_entries "/etc/pki/*.crt"
salt '*' x509.get_pem_entries "/etc/pki/*.crt"
'''
ret = {}