mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update example in master config documentation reference
This commit is contained in:
parent
ca8c0bdc3f
commit
8bc2426816
1 changed files with 5 additions and 0 deletions
|
@ -2669,6 +2669,11 @@ A group consists of a group name and a compound target.
|
|||
group1: 'L@foo.domain.com,bar.domain.com,baz.domain.com or bl*.domain.com'
|
||||
group2: 'G@os:Debian and foo.domain.com'
|
||||
group3: 'G@os:Debian and N@group1'
|
||||
group4:
|
||||
- 'G@foo:bar'
|
||||
- 'or'
|
||||
- 'G@foo:baz'
|
||||
|
||||
|
||||
More information on using nodegroups can be found :ref:`here <targeting-nodegroups>`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue