From cc27e2a19a55fe20ee7400b688700847b8f409d2 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Fri, 9 Dec 2022 08:30:59 +0100 Subject: [PATCH] Clarify that exact pillar matching is supported --- doc/ref/configuration/master.rst | 2 +- doc/ref/peer.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/configuration/master.rst b/doc/ref/configuration/master.rst index 7a9f57ce9d3..3700ec84dd2 100644 --- a/doc/ref/configuration/master.rst +++ b/doc/ref/configuration/master.rst @@ -5379,7 +5379,7 @@ allowed functions: on their minion ID, while target hosts can be matched by any of the :ref:`available matchers `. - 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 diff --git a/doc/ref/peer.rst b/doc/ref/peer.rst index 39efb123f9a..035d749d91d 100644 --- a/doc/ref/peer.rst +++ b/doc/ref/peer.rst @@ -88,7 +88,7 @@ allowed functions: on their minion ID, while target hosts can be matched by any of the :ref:`available matchers `. - 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