Corrected group separator
The text said comma, but the examples were all colons.
This commit is contained in:
parent
ba4e571029
commit
cfdb12c2ec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ It is also possible to address a specific host or set of hosts by name::
|
||||||
192.168.1.50
|
192.168.1.50
|
||||||
192.168.1.*
|
192.168.1.*
|
||||||
|
|
||||||
The following patterns address one or more groups. Groups separated by a comma indicate an "OR" configuration.
|
The following patterns address one or more groups. Groups separated by a colon indicate an "OR" configuration.
|
||||||
This means the host may be in either one group or the other::
|
This means the host may be in either one group or the other::
|
||||||
|
|
||||||
webservers
|
webservers
|
||||||
|
|
Loading…
Reference in a new issue