Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame^] | 1 | { |
2 | "name": "elasticsearch", | ||||
3 | "description": "Installation application - elasticsearch", | ||||
4 | "json_class": "Chef::Role", | ||||
5 | "default_attributes": { | ||||
6 | |||||
7 | }, | ||||
8 | "override_attributes": { | ||||
9 | |||||
10 | }, | ||||
11 | "chef_type": "role", | ||||
12 | "run_list": [ | ||||
13 | "recipe[sdc-elasticsearch::ES_1_setup_elasticsearch]", | ||||
14 | "recipe[sdc-elasticsearch::ES_2_setup_logging]" | ||||
15 | ], | ||||
16 | "env_run_lists": { | ||||
17 | } | ||||
18 | } | ||||
19 |