salt.engines.stalekey module

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.

configuration:
Example configuration
engines:
  • stalekey:
    interval: 3600 expire: 86400
salt.engines.stalekey.start(interval=3600, expire=604800)

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2017.7.1

Previous topic

salt.engines.sqs_events

Next topic

salt.engines.test