Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
berniedurfee-ge committed May 1, 2015
1 parent 39971a1 commit 5c9a84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c9a84a

Please sign in to comment.