mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
12 lines
319 B
ReStructuredText
12 lines
319 B
ReStructuredText
Target Selection
|
|
----------------
|
|
|
|
The default matching that Salt utilizes is shell-style globbing around the
|
|
minion id. See https://docs.python.org/2/library/fnmatch.html#module-fnmatch.
|
|
|
|
.. option:: -E, --pcre
|
|
|
|
The target expression will be interpreted as a PCRE regular expression
|
|
rather than a shell glob.
|
|
|