Update example in master config documentation reference

This commit is contained in:
Denys Havrysh 2016-02-04 13:58:41 +02:00
parent ca8c0bdc3f
commit 8bc2426816

View file

@ -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>`.