Skip to content

Commit

Permalink
Merge branch 'master' into loop_until-no-eval-master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-abcde authored Jan 3, 2020
2 parents 69329c8 + ba07d56 commit 01ebfed
Show file tree
Hide file tree
Showing 23 changed files with 4,125 additions and 82 deletions.
1 change: 1 addition & 0 deletions doc/ref/modules/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ execution modules
bigip
bluez_bluetooth
boto3_elasticache
boto3_elasticsearch
boto3_route53
boto_apigateway
boto_asg
Expand Down
5 changes: 5 additions & 0 deletions doc/ref/modules/all/salt.modules.boto3_elasticsearch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
salt.modules.boto3_elasticsearch module
=======================================

.. automodule:: salt.modules.boto3_elasticsearch
:members:
2 changes: 2 additions & 0 deletions doc/ref/states/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ state modules
bigip
blockdev
boto3_elasticache
boto3_elasticsearch
boto3_route53
boto_apigateway
boto_asg
Expand Down Expand Up @@ -244,6 +245,7 @@ state modules
rabbitmq_cluster
rabbitmq_plugin
rabbitmq_policy
rabbitmq_upstream
rabbitmq_user
rabbitmq_vhost
rbac_solaris
Expand Down
6 changes: 6 additions & 0 deletions doc/ref/states/all/salt.states.boto3_elasticsearch.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
salt.states.boto3_elasticsearch module
======================================

.. automodule:: salt.states.boto3_elasticsearch
:members:
:undoc-members:
6 changes: 6 additions & 0 deletions doc/ref/states/all/salt.states.rabbitmq_upstream.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=============================
salt.states.rabbitmq_upstream
=============================

.. automodule:: salt.states.rabbitmq_upstream
:members:
7 changes: 5 additions & 2 deletions salt/engines/stalekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
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.
Requires that the :conf_master:`minion_data_cache` option be enabled.
.. versionadded: 2017.7.0
:configuration:
Example configuration
Example configuration:
.. code-block:: yaml
engines:
- stalekey:
interval: 3600
Expand Down
Loading

0 comments on commit 01ebfed

Please sign in to comment.