File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/servicenow.cpython-310.pyc
Back
o ;jf � @ s� d Z ddlZdZz ddlmZ dZW n ey Y nw e�e�ZdZ dZ dd� Zd d � Zddd �Z dd� Zddd�Zdd� ZdS )a� Module for execution of ServiceNow CI (configuration items) .. versionadded:: 2016.11.0 :depends: servicenow_rest python module :configuration: Configure this module by specifying the name of a configuration profile in the minion config, minion pillar, or master config. The module will use the 'servicenow' key by default, if defined. For example: .. code-block:: yaml servicenow: instance_name: '' username: '' password: '' � NF)�ClientTZ servicenowc C s t rtS dS )zJ Only load this module if servicenow is installed on this minion. )FzhThe servicenow execution module failed to load: requires servicenow_rest python library to be installed.)�HAS_LIBS�__virtualname__� r r �K/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/servicenow.py�__virtual__'