Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #364 from phutchins/master
Browse files Browse the repository at this point in the history
Fixing documentation regarding config resource
  • Loading branch information
paulczar committed Oct 24, 2014
2 parents 822d9b5 + e6b32ef commit 3d76326
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ If you want to use chef templates to drive your configs you'll want to set the f


```
node['logstash']['agent']['config_file'] = "" # disable data drive templates ( can be left enabled if want both )
node['logstash']['agent']['config_templates'] = { "apache" => "config/apache.conf.erb }
node['logstash']['agent']['config_templates_cookbook'] = 'logstash'
node['logstash']['agent']['config_templates_variables'] = { apache: { type: 'apache' } }
node.set['logstash']['agent']['config_file'] = "" # disable data drive templates ( can be left enabled if want both )
node.set['logstash']['agent']['config_templates'] = { "apache" => "apache.conf.erb" }
node.set['logstash']['agent']['config_templates_cookbook'] = 'logstash'
node.set['logstash']['agent']['config_templates_variables'] = { apache: { type: 'apache' } }
```


Expand Down

0 comments on commit 3d76326

Please sign in to comment.