%PDF- %PDF-
| Direktori : /proc/self/root/usr/lib/python2.7/site-packages/salt/engines/ |
| Current File : //proc/self/root/usr/lib/python2.7/site-packages/salt/engines/stalekey.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 Z d d l
Z d d l Z d d l Z d d l
Z d d l m Z d d l Z e j e � Z d � Z d � Z d d d � Z d S(
u�
An engine that uses presence detection to keep track of which minions
have been recently connected and remove their keys if they have not been
connected for a certain period of time.
Requires that the minion_data_cache option be enabled.
.. versionadded: 2017.7.0
:configuration:
Example configuration
engines:
- stalekey:
interval: 3600
expire: 86400
i ( t absolute_importt print_functiont unicode_literalsN( t sixc C@ s t j d � s t d f St S( Nu minion_data_cacheu8 stalekey engine requires minion_data_cache to be enabled( t __opts__t gett Falset True( ( ( s9 /usr/lib/python2.7/site-packages/salt/engines/stalekey.pyt __virtual__( s
c C@ s&