W3cubDocs

/SaltStack

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)

© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/engines/all/salt.engines.stalekey.html