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]", |
Yuli Shlosberg | c120666 | 2018-02-27 10:38:48 +0200 | [diff] [blame] | 14 | "recipe[sdc-elasticsearch::ES_2_setup_logging]", |
| 15 | "recipe[sdc-elasticsearch::ES_3_prepareProbeFile]" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 16 | ], |
| 17 | "env_run_lists": { |
| 18 | } |
| 19 | } |
| 20 | |