File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/runners/__pycache__/asam.cpython-310.pyc
Back
o ;j�, � @ s� d Z ddlZdZzddlZddlZdZG dd� dejj�ZW n e y' Y nw e� e�Zdd� Z dd d�Zddd �Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� ZdS ) a Novell ASAM Runner ================== .. versionadded:: 2015.8.0 Runner to interact with Novell ASAM Fan-Out Driver :codeauthor: Nitin Madhok <nmadhok@g.clemson.edu> To use this runner, set up the Novell Fan-Out Driver URL, username and password in the master configuration at ``/etc/salt/master`` or ``/etc/salt/master.d/asam.conf``: .. code-block:: yaml asam: prov1.domain.com username: "testuser" password: "verybadpass" verify_ssl: true prov2.domain.com username: "testuser" password: "verybadpass" verify_ssl: true .. note:: Optionally, ``protocol`` and ``port`` can be specified if the Fan-Out Driver server is not using the defaults. Default is ``protocol: https`` and ``port: 3451``. � NFTc @ s e Zd Zdd� Zdd� ZdS )�ASAMHTMLParserc C s t jj�| � g | _d S )N)�html�parser� HTMLParser�__init__�data)�self� r �E/opt/saltstack/salt/lib/python3.10/site-packages/salt/runners/asam.pyr . s zASAMHTMLParser.__init__c C s<