From 5c9a84a8c998baf8a53e1300ba1dc729c38345ca Mon Sep 17 00:00:00 2001 From: berniedurfee-ge Date: Thu, 30 Apr 2015 17:41:30 -0700 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3092be8d..587f7107 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ To bootstrap a consul cluster follow the following steps: 3. Apply the consul cookbook to these nodes with `node['consul']['service_mode'] = 'cluster'` (I put this in this in a CONSUL_MASTER role). 4. Let these machines converge, once you can run `consul members` and get a list of all of the servers your ready to move on 5. Apply the consul cookbook to the rest of your nodes with `node['consul']['service_mode'] = 'client'` (I put this in the environment) - 6. Start added services and checks to your cookbooks. + 6. Start adding services and checks to your cookbooks. 7. If you want to get values out of consul to power your chef, curl localhost:8500/v1/kv/key/path?raw in your cookbook. ## Authors