Skip to content

Commit

Permalink
Merge pull request #43 from johntdyer/master
Browse files Browse the repository at this point in the history
Recipe names in readme were wrong
  • Loading branch information
reset committed Sep 15, 2014
2 parents a7cd8b3 + ccdbc7d commit 27fe676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,26 +196,26 @@ Installs and configures [Consul][1].

This uses the binary installation recipe by default. It also starts consul at boot time.

### consul::binary_install
### consul::install_binary

Include `consul::binary_install` in your node's `run_list`:
Include `consul::install_binary` in your node's `run_list`:

```json
{
"run_list": [
"recipe[consul::binary_install]"
"recipe[consul::install_binary]"
]
}
```

### consul::source_install
### consul::install_source

Include `consul::source_install` in your node's `run_list`:
Include `consul::install_source` in your node's `run_list`:

```json
{
"run_list": [
"recipe[consul::source_install]"
"recipe[consul::install_source]"
]
}
```
Expand Down

0 comments on commit 27fe676

Please sign in to comment.