Update salt.beacons.log to reflect that re module is used for matching.

As more non-python users are starting to use Salt, it would be useful to
point out which regular expression engines are in use so that users can
adapt accordingly.
This commit is contained in:
Thomas Phipps 2018-08-06 11:31:44 -07:00
parent 848d583438
commit a77fd16869
No known key found for this signature in database
GPG key ID: 614749FA9D06F57A

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 = []