From 87dc97d4026b2dd684a6acc012c5e38ec5f7e4d8 Mon Sep 17 00:00:00 2001 From: Scott Coulton Date: Wed, 29 Mar 2017 14:13:37 +1100 Subject: [PATCH] Update README.md Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdd7b7ab..e15776a8f 100755 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ For a swarm manager: docker::swarm {'cluster_manager': init => true, advertise_addr => '192.168.1.1', - listen_addr => '192.168.1.1, + listen_addr => '192.168.1.1', } ``` In the above example we have configured a swarm manager with ```init => true``` then set the ```advertise_addr``` and ```listen_addr```. Both the ```advertise_addr``` and ```listen_addr``` are set for the cluster communications between nodes. Please note the ```advertise_addr``` and ```listen_addr``` must be set for a multihomed server. For more advance flags to configure raft snapshots etc please read the readme at the top of the ```docker::swarm``` class.