HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/ret.cpython-310.pyc
o

�N�g��@s0dZddlZdd�Zdd�Zdd�Zd	d
�ZdS)zX
Module to integrate with the returner system and retrieve data sent to a salt returner
�NcC� tj�tt�}||�d�|�S)z�
    Return the information for a specified job id

    CLI Example:

    .. code-block:: bash

        salt '*' ret.get_jid redis 20421104181954700505
    z.get_jid��salt�loader�	returnersZ__opts__Z__salt__)�returnerZjidr�r�D/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/ret.py�get_jid�
r
cCr)z�
    Return info about last time fun was called on each minion

    CLI Example:

    .. code-block:: bash

        salt '*' ret.get_fun mysql network.interfaces
    z.get_funr)rZfunrrrr	�get_funrrcC�tj�tt�}||�d��S)zw
    Return a list of all job ids

    CLI Example:

    .. code-block:: bash

        salt '*' ret.get_jids mysql
    z	.get_jidsr�rrrrr	�get_jids$�
rcCr
)zz
    Return a list of all minions

    CLI Example:

    .. code-block:: bash

        salt '*' ret.get_minions mysql
    z.get_minionsrrrrr	�get_minions2rr)�__doc__Zsalt.loaderrr
rrrrrrr	�<module>s