%PDF- %PDF-
Direktori : /usr/lib/python2.7/site-packages/salt/proxy/ |
Current File : //usr/lib/python2.7/site-packages/salt/proxy/marathon.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� Marathon ======== Proxy minion for managing a Marathon cluster. Dependencies ------------ - :mod:`marathon execution module (salt.modules.marathon) <salt.modules.marathon>` Pillar ------ The marathon proxy configuration requires a 'base_url' property that points to the marathon endpoint: .. code-block:: yaml proxy: proxytype: marathon base_url: http://my-marathon-master.mydomain.com:8080 .. versionadded:: 2015.8.2 i ( t absolute_importt print_functiont unicode_literalsNu marathonu base_urlc C@ s t S( N( t True( ( ( s7 /usr/lib/python2.7/site-packages/salt/proxy/marathon.pyt __virtual__'