Merge pull request #48957 from whytewolf/beacons_log_doc_change

Update salt.beacons.log to reflect that re module is used for matching.
This commit is contained in:
Nicole Thomas 2018-08-06 16:52:26 -04:00 committed by GitHub
commit 93b862f350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,12 @@ def beacon(config):
file: <path>
<tag>:
regex: <pattern>
.. note::
regex matching is based on the `re`_ module
.. _re: https://docs.python.org/3.6/library/re.html#regular-expression-syntax
'''
ret = []