%PDF- %PDF-
| Direktori : /proc/self/root/lib/python2.7/site-packages/salt/proxy/ |
| Current File : //proc/self/root/lib/python2.7/site-packages/salt/proxy/chronos.pyo |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d g Z i Z d Z
e j e � Z
d � Z d � Z d � Z d � Z d S(
u�
Chronos
========
Proxy minion for managing a Chronos cluster.
Dependencies
------------
- :mod:`chronos execution module (salt.modules.chronos) <salt.modules.chronos>`
Pillar
------
The chronos proxy configuration requires a 'base_url' property that points to
the chronos endpoint:
.. code-block:: yaml
proxy:
proxytype: chronos
base_url: http://my-chronos-master.mydomain.com:4400
.. versionadded:: 2015.8.2
i ( t absolute_importt print_functiont unicode_literalsNu chronosu base_urlc C@ s t S( N( t True( ( ( s6 /usr/lib/python2.7/site-packages/salt/proxy/chronos.pyt __virtual__'