Skip to content

Commit

Permalink
Merge pull request #1726 from puppetlabs/readme_whitespace
Browse files Browse the repository at this point in the history
(maint) Remove whitespace at the end of a line. Readme
  • Loading branch information
pmcmaw committed Nov 21, 2017
2 parents 16f8332 + 3ff209a commit 23bb825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2198,8 +2198,8 @@ Default: '80'

**workers\_file\_content**

Each directive has the format `worker.<Worker name>.<Property>=<Value>`. This maps as a hash of hashes, where the outer hash specifies workers, and each inner hash specifies each worker properties and values.
Plus, there are two global directives, 'worker.list' and 'worker.mantain'
Each directive has the format `worker.<Worker name>.<Property>=<Value>`. This maps as a hash of hashes, where the outer hash specifies workers, and each inner hash specifies each worker properties and values.
Plus, there are two global directives, 'worker.list' and 'worker.mantain'
For example, the workers file below:

```
Expand Down Expand Up @@ -2238,7 +2238,7 @@ $workers_file_content = {

**mount\_file\_content**

Each directive has the format `<URI> = <Worker name>`. This maps as a hash of hashes, where the outer hash specifies workers, and each inner hash contains two items: uri_list - an array with URIs to be mapped to the worker - and comment - an optional string with a comment for the worker.
Each directive has the format `<URI> = <Worker name>`. This maps as a hash of hashes, where the outer hash specifies workers, and each inner hash contains two items: uri_list - an array with URIs to be mapped to the worker - and comment - an optional string with a comment for the worker.
For example, the mount file below:

```
Expand Down

0 comments on commit 23bb825

Please sign in to comment.