mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix an issue with the minion targeting example
There wasn't the grain selector during the targeting, so the example actually never targets any minions.
This commit is contained in:
parent
72a20f9799
commit
36a9d6a374
@ -68,7 +68,7 @@ collection of minion matches is defined; for now simply specify all hosts
|
||||
.. code-block:: yaml
|
||||
|
||||
base:
|
||||
'os:Fedora':
|
||||
'G@os:Fedora':
|
||||
- match: grain
|
||||
- webserver
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user