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