Update presence_events docs to remove localhost comment

Localhost minions are now included in presence events.
This commit is contained in:
Doug Freed 2018-06-19 13:55:09 -04:00
parent 532ec894ad
commit c3650eed03
No known key found for this signature in database
GPG key ID: 01EC3BD206E5A677

View file

@ -803,8 +803,7 @@ Causes the master to periodically look for actively connected minions.
:ref:`Presence events <event-master_presence>` are fired on the event bus on a
regular interval with a list of connected minions, as well as events with lists
of newly connected or disconnected minions. This is a master-only operation
that does not send executions to minions. Note, this does not detect minions
that connect to a master via localhost.
that does not send executions to minions.
.. code-block:: yaml