%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/modules/ |
Current File : //usr/lib/python2.7/site-packages/salt/modules/mandrill.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 Z y d d l Z e Z Wn e k ru e Z n Xd Z e j e � Z d Z d Z d � Z d � Z d d d d � Z d � Z d � Z d d d � Z e d d d d d d � Z d S( u& Mandrill ======== Send out emails using the Mandrill_ API_. .. _Mandrill: https://mandrillapp.com .. _API: https://mandrillapp.com/api/docs/ In the minion configuration file, the following block is required: .. code-block:: yaml mandrill: key: <API_KEY> .. versionadded:: 2018.3.0 i ( t absolute_importt print_functiont unicode_literalsNu mandrillu https://mandrillapp.com/apii c C@ s t t k r t d f St S( u2 Return the execution module virtualname. uI The requests python package is required for the mandrill execution module( t HAS_REQUESTSt Falset __virtualname__( ( ( s9 /usr/lib/python2.7/site-packages/salt/modules/mandrill.pyt __virtual__, s c C@ s i t d 6d d 6d d 6S( u&