]> git.openstreetmap.org Git - chef.git/blob - roles/logstash.rb
dabe91379febbe3a64af0e056b73a269d03a15f4
[chef.git] / roles / logstash.rb
1 name "logstash"
2 description "Role applied to all logstash servers"
3
4 default_attributes(
5   :apt => {
6     :sources => ["logstash"]
7   }
8 )
9
10 run_list(
11   "role[elasticsearch]",
12   "recipe[logstash]"
13 )