From 72c4b9ef5f8bd4d842dbbc659b99d781860469d4 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 9 Aug 2017 21:27:17 -0700 Subject: [PATCH] Removes partial details in the retry_join config file section. (#3386) --- website/source/docs/agent/options.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 563bbdeed2..a2a804c4e4 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1031,8 +1031,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `rejoin_after_leave` Equivalent to the [`-rejoin` command-line flag](#_rejoin). -* `retry_join` - Equivalent to the - [`-retry-join`](#retry-join) command-line flag. Takes a list of addresses to attempt joining every [`retry_interval`](#_retry_interval) until at least one join works. The list should contain IPv4 addresses with optional Serf LAN port number also specified or bracketed IPv6 addresses with optional port number — for example: `[::1]:8301`. +* `retry_join` - Equivalent to the [`-retry-join`](#retry-join) command-line flag. * `retry_join_ec2`- This parameter has been deprecated as of Consul 0.9.1. See [-retry-join](#retry-join) for details.