From cfdb12c2ec5f25f7fab699f0bfc80c4c1be481ac Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Mon, 30 Nov 2015 21:44:18 -0600 Subject: [PATCH] Corrected group separator The text said comma, but the examples were all colons. --- docsite/rst/intro_patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_patterns.rst b/docsite/rst/intro_patterns.rst index a97aed42d42..f7f7994887b 100644 --- a/docsite/rst/intro_patterns.rst +++ b/docsite/rst/intro_patterns.rst @@ -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.* -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:: webservers