Skip to content

Commit

Permalink
Recipe names in readme were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Sep 15, 2014
1 parent 0b1998f commit ccdbc7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
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 ccdbc7d

Please sign in to comment.