mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
848d583438
commit
a77fd16869
1 changed files with 6 additions and 0 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue