%PDF- %PDF-
| Direktori : /lib/python2.7/site-packages/salt/modules/ |
| Current File : //lib/python2.7/site-packages/salt/modules/bamboohr.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 d d l m
Z
d d l m Z
e j e � Z d � Z d � Z d d � Z d d
� Z d d d d � Z d d � Z d
� Z d d d d d d � Z d S( u�
Support for BambooHR
.. versionadded:: 2015.8.0
Requires a ``subdomain`` and an ``apikey`` in ``/etc/salt/minion``:
.. code-block: yaml
bamboohr:
apikey: 012345678901234567890
subdomain: mycompany
i ( t absolute_importt print_functiont unicode_literalsN( t six( t ElementTreec C@ s t � r
t St d f S( u5
Only load the module if apache is installed
uK The API key was not specified. Please specify it using the "apikey" config.( t _apikeyt Truet False( ( ( s9 /usr/lib/python2.7/site-packages/salt/modules/bamboohr.pyt __virtual__ s c C@ s t j d i � j d d � S( u
Get the API key
u bamboohru apikeyN( t __opts__t gett None( ( ( s9 /usr/lib/python2.7/site-packages/salt/modules/bamboohr.pyR &