mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify that exact pillar matching is supported
This commit is contained in:
parent
278368b908
commit
cc27e2a19a
2 changed files with 2 additions and 2 deletions
|
@ -5379,7 +5379,7 @@ allowed functions:
|
|||
on their minion ID, while target hosts can be matched by any of
|
||||
the :ref:`available matchers <targeting-compound>`.
|
||||
|
||||
Note that globbing and regex matching on pillar values is not supported.
|
||||
Note that globbing and regex matching on pillar values is not supported. You can only match exact values.
|
||||
|
||||
.. conf_master:: peer_run
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ allowed functions:
|
|||
on their minion ID, while target hosts can be matched by any of
|
||||
the :ref:`available matchers <targeting-compound>`.
|
||||
|
||||
Note that globbing and regex matching on pillar values is not supported.
|
||||
Note that globbing and regex matching on pillar values is not supported. You can only match exact values.
|
||||
|
||||
|
||||
Peer Runner Communication
|
||||
|
|
Loading…
Add table
Reference in a new issue