mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
commit
93b862f350
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