mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 23:01:39 +00:00
318 B
318 B
Target Selection
The default matching that Salt utilizes is shell-style globbing around the minion id. See https://docs.python.org/3/library/fnmatch.html#module-fnmatch.
-E, --pcre
The target expression will be interpreted as a PCRE regular expression rather than a shell glob.