File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/dummyproxy_service.cpython-310.pyc
Back
o ;j� � @ s� d Z ddlZddlZe�e�ZddiZdZdd� Z dd � Z d d� Zddd�Zdd d�Z ddd�Zddd�Zddd�Zddd�ZdS )zJ Provide the service module for the dummy proxy used in integration tests � N�list_�listZservicec C sD zt jj�� rtd d dkrtW S W dS W dS ty! Y dS w )z6 Only work on systems that are a proxy minion �proxyZ proxytypeZdummy)FziThe dummyproxy_service execution module failed to load. Check the proxy key in pillar or /etc/salt/proxy.)FzsThe dummyproxy_service execution module failed to load: only works on the integration testsuite dummy proxy minion.)�salt�utils�platformZis_proxyZ__opts__�__virtualname__�KeyError� r r �S/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/dummyproxy_service.py�__virtual__ s � � ��r c C s d} t | � S )z� Return a list of all available services .. versionadded:: 2016.11.3 CLI Example: .. code-block:: bash salt '*' service.get_all zdummy.service_list�Z __proxy__)�proxy_fnr r r �get_all'