blob: 547c00657cc0842b94f7206afe4a10d831f60443 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-be",
3 "description": "Installation application - catalogFE",
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-catalog-fe::FE_1_cleanup_jettydir]",
14 "recipe[sdc-catalog-fe::FE_2_setup_configuration]",
15 "recipe[sdc-catalog-fe::FE_3_errors_config]",
16 "recipe[sdc-catalog-fe::FE_4_logback]",
17 "recipe[sdc-catalog-fe::FE_5_rest_configuration]",
Idan Amitb331b882017-08-08 10:32:54 +030018 "recipe[sdc-catalog-fe::FE_7_locate_keystore]",
19 "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]"
Michael Lando451a3402017-02-19 10:28:42 +020020 ],
21 "env_run_lists": {
22 }
23}
24