Skip to content

Commit

Permalink
Merge pull request #137 from spuder/patch-2
Browse files Browse the repository at this point in the history
Fixes examples
  • Loading branch information
Richard Pijnenburg committed Feb 20, 2014
2 parents da936d8 + b5dcaf1 commit c3fa2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The basic usage is identical in either case: simply declare a `file` attribute a
To dynamically build a configuration, simply declare the `order` in which each section should appear - the lower the number the earlier it will appear in the resulting file (this should be a [familiar idiom](https://en.wikipedia.org/wiki/BASIC) for most).

logstash::configfile { 'input_redis':
content => template('input_redis.erb'),
content => template('logstash/input_redis.erb'),
order => 10
}

Expand All @@ -123,7 +123,7 @@ To dynamically build a configuration, simply declare the `order` in which each s
}

logstash::configfile { 'output_es':
content => template('output_es_cluster.erb')
content => template('logstash/output_es_cluster.erb')
order => 30
}

Expand Down

0 comments on commit c3fa2d7

Please sign in to comment.