Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 833e6b7

Browse files
committed
Update README.md
Fix "than role" to "the role"
1 parent e7791ca commit 833e6b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Bundler will be run with:
5858
- bundle_command: The command to execute when calling bundler commands. Useful for specifing alternate commands such as RVM wrappers. Defaults to `bundle`.
5959
- bundler_deployment: if true, Bundler will be run with the `--deployment` options. Defaults to true if a `Gemfile.lock` is present
6060
- bundler\_without\_groups: an Array of additional Bundler groups to skip
61-
- database\_master\_role: if a role name is provided, a Chef search will be run to find a node with than role in the same environment as the current role. If a node is found, its IP address will be used when rendering the `database.yml` file, but see the "Database block parameters" section below
61+
- database\_master\_role: if a role name is provided, a Chef search will be run to find a node with the role in the same environment as the current role. If a node is found, its IP address will be used when rendering the `database.yml` file, but see the "Database block parameters" section below
6262
- database\_template: the name of the template that will be rendered to create the `database.yml` file; if specified it will be looked up in the application cookbook. Defaults to "database.yml.erb" from this cookbook
6363
- database: a block containing additional parameters for configuring the database connection
6464
- precompile\_assets: if true, precompile assets for the Rails 3 asset pipeline. The default is nil, in which case we will try to autodetect whether the pipeline is in use by looking for `config/assets.yml`
@@ -110,7 +110,7 @@ The `memcached` sub-resource LWRP manages configuration for a Rails-compatible M
110110

111111
# Attribute Parameters
112112

113-
- role: a Chef search will be run to find a node with than role in the same environment as the current node. If a node is found, its IP address will be used when rendering the `memcached.yml` file.
113+
- role: a Chef search will be run to find a node with the role in the same environment as the current node. If a node is found, its IP address will be used when rendering the `memcached.yml` file.
114114
- options: a block containing additional parameters for configuring the memcached client
115115

116116
Usage

0 commit comments

Comments
 (0)