%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/runners/ |
| Current File : //proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/runners/mattermost.pyc |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l m Z d d l
Z d d l m Z e j
e � Z d Z d � Z d � Z d � Z d
� Z d � Z d d d d d � Z d d d d d
� Z d S( u�
Module for sending messages to Mattermost
.. versionadded:: 2017.7.0
:configuration: This module can be used by either passing an api_url and hook
directly or by specifying both in a configuration profile in the salt
master/minion config. For example:
.. code-block:: yaml
mattermost:
hook: peWcBiMOS9HrZG15peWcBiMOS9HrZG15
api_url: https://example.com
i ( t absolute_importt print_functiont unicode_literalsN( t six( t SaltInvocationErroru
mattermostc C@ s t S( uY
Return virtual name of the module.
:return: The virtual name of the module.
( t __virtualname__( ( ( s; /usr/lib/python2.7/site-packages/salt/runners/mattermost.pyt __virtual__'