From a05ed65295aa5b0531f3e292ee743ef0f646c80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Havasi?= Date: Sat, 30 Dec 2017 03:08:28 +0100 Subject: [PATCH] consul_io.py: typo fixed in docs (#34292) --- contrib/inventory/consul_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inventory/consul_io.py b/contrib/inventory/consul_io.py index 6dc3ff18fc7..f9edd88add5 100755 --- a/contrib/inventory/consul_io.py +++ b/contrib/inventory/consul_io.py @@ -255,7 +255,7 @@ class ConsulInventory(object): self.load_data_for_datacenter(datacenter) def load_availability_groups(self, node, datacenter): - '''check the health of each service on a node and add add the node to either + '''check the health of each service on a node and add the node to either an 'available' or 'unavailable' grouping. The suffix for each group can be controlled from the config''' if self.config.has_config('availability'):