From 8cee1941812f9688cad525164c0165e9ed2e01f2 Mon Sep 17 00:00:00 2001 From: Osvaldo Matos-Junior Date: Mon, 19 Jan 2015 11:12:46 -0300 Subject: [PATCH] Update README.md different -> different --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efa49a0..01eba660 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ the `consul::ui` recipe in your node's `run_list`. #### Getting Started To bootstrap a consul cluster follow the following steps: - 0. Make sure that ports 8300-8302 (by default, if you configured differnt ones open those) UDP/TCP are all open. + 0. Make sure that ports 8300-8302 (by default, if you configured different ones open those) UDP/TCP are all open. 1. Bootstrap a few (preferablly 3 nodes) to be your consul servers, these will be the KV masters. 2. Put `node['consul']['servers'] =["Array of the bootstrapped servers ips or dns names"]` in your environment. 3. Apply the consul cookbook to these nodes with `node['consul']['service_mode'] = 'cluster'` (I put this in this in a CONSUL_MASTER role).